Skip to content

Commit 45068c7

Browse files
committed
Document default value for management.otlp.tracing.compression
See gh-34508
1 parent 366f7a8 commit 45068c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,6 +2032,10 @@
20322032
"level": "error"
20332033
}
20342034
},
2035+
{
2036+
"name": "management.otlp.tracing.compression",
2037+
"defaultValue": "none"
2038+
},
20352039
{
20362040
"name": "management.prometheus.metrics.export.histogram-flavor",
20372041
"defaultValue": "prometheus"

0 commit comments

Comments
 (0)