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 c1208981b4..28d4828238 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 @@ -1183,25 +1183,6 @@ "level": "error" } }, - { - "name": "spring.metrics.export.statsd.host", - "type": "java.lang.String", - "description": "Host of a statsd server to receive exported metrics.", - "deprecation": { - "reason": "Metrics support is now using Micrometer.", - "level": "error" - } - }, - { - "name": "spring.metrics.export.statsd.port", - "type": "java.lang.Integer", - "description": "Port of a statsd server to receive exported metrics.", - "defaultValue": 8125, - "deprecation": { - "reason": "Metrics support is now using Micrometer.", - "level": "error" - } - }, { "name": "spring.metrics.export.statsd.prefix", "type": "java.lang.String",