Skip to content

Commit

Permalink
Add missing default value for management.otlp.logging.compression
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jun 28, 2024
1 parent 86ffb68 commit 70a5dc6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 70a5dc6

Please sign in to comment.