Skip to content

Commit 7d71798

Browse files
committed
Ass property metadata for spring.cloud.loadbalancer.stats.micrometer.enabled.
1 parent 91d80ee commit 7d71798

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@
170170
"defaultValue": "{}",
171171
"description": "A `Set` of `Throwable` classes that should trigger a retry.",
172172
"type": "java.util.Set"
173+
},
174+
{
175+
"name": "spring.cloud.loadbalancer.stats.micrometer.enabled",
176+
"defaultValue": false,
177+
"description": "Enables micrometer metrics for load-balanced requests.",
178+
"type": "java.lang.Boolean"
173179
}
174180
]
175181
}

0 commit comments

Comments
 (0)