Add missing default value for management.otlp.logging.compression
See gh-40961
This commit is contained in:
@@ -2085,6 +2085,10 @@
|
||||
"description": "Whether auto-configuration of Micrometer annotations is enabled.",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"name": "management.otlp.logging.compression",
|
||||
"defaultValue": "none"
|
||||
},
|
||||
{
|
||||
"name": "management.otlp.metrics.export.base-time-unit",
|
||||
"defaultValue": "milliseconds"
|
||||
|
||||
Reference in New Issue
Block a user