Skip to content

Commit 70a5dc6

Browse files
committed
Add missing default value for management.otlp.logging.compression
See gh-40961
1 parent 86ffb68 commit 70a5dc6

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

+4
Original file line numberDiff line numberDiff line change
@@ -2085,6 +2085,10 @@
20852085
"description": "Whether auto-configuration of Micrometer annotations is enabled.",
20862086
"defaultValue": false
20872087
},
2088+
{
2089+
"name": "management.otlp.logging.compression",
2090+
"defaultValue": "none"
2091+
},
20882092
{
20892093
"name": "management.otlp.metrics.export.base-time-unit",
20902094
"defaultValue": "milliseconds"

0 commit comments

Comments
 (0)