Skip to content

Commit 4d66084

Browse files
committed
Add missing default value for aggregation-temporality property
Closes gh-41674
1 parent b9d8bc4 commit 4d66084

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,6 +2083,10 @@
20832083
"description": "Whether auto-configuration of Micrometer annotations is enabled.",
20842084
"defaultValue": false
20852085
},
2086+
{
2087+
"name": "management.otlp.metrics.export.aggregation-temporality",
2088+
"defaultValue": "cumulative"
2089+
},
20862090
{
20872091
"name": "management.otlp.metrics.export.base-time-unit",
20882092
"defaultValue": "milliseconds"

0 commit comments

Comments
 (0)