Add missing default value for aggregation-temporality property
Closes gh-41674
This commit is contained in:
parent
b9d8bc4715
commit
4d66084c73
|
@ -2083,6 +2083,10 @@
|
|||
"description": "Whether auto-configuration of Micrometer annotations is enabled.",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"name": "management.otlp.metrics.export.aggregation-temporality",
|
||||
"defaultValue": "cumulative"
|
||||
},
|
||||
{
|
||||
"name": "management.otlp.metrics.export.base-time-unit",
|
||||
"defaultValue": "milliseconds"
|
||||
|
|
Loading…
Reference in New Issue