diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 9fb2160d5b2..8bc57ca113b 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -1605,6 +1605,13 @@ "level": "error" } }, + { + "name": "management.metrics.export.signalfx.published-histogram-type", + "deprecation": { + "level": "error", + "replacement": "management.signalfx.metrics.export.published-histogram-type" + } + }, { "name": "management.metrics.export.signalfx.read-timeout", "type": "java.time.Duration", @@ -2146,6 +2153,10 @@ "name": "management.server.ssl.trust-store-type", "description": "Type of the trust store." }, + { + "name": "management.signalfx.metrics.export.published-histogram-type", + "defaultValue": "default" + }, { "name": "management.simple.metrics.export.mode", "defaultValue": "cumulative"