Skip to content

Commit 0004f03

Browse files
committed
Merge pull request #37210 from izeye
* pr/37210: Add default value metadata for management.metrics.export.signalfx.published-histogram-type Closes gh-37210
2 parents aa52c17 + 5f9bc72 commit 0004f03

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
@@ -464,6 +464,10 @@
464464
"level": "error"
465465
}
466466
},
467+
{
468+
"name": "management.metrics.export.signalfx.published-histogram-type",
469+
"defaultValue": "default"
470+
},
467471
{
468472
"name": "management.metrics.export.simple.mode",
469473
"defaultValue": "cumulative"

0 commit comments

Comments
 (0)