Add missing default value for aggregation-temporality property

Closes gh-41674
This commit is contained in:
Stéphane Nicoll 2024-08-01 14:23:17 +02:00
parent b9d8bc4715
commit 4d66084c73
1 changed files with 4 additions and 0 deletions

View File

@ -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"