Commit 92c62b6e authored by Stephane Nicoll's avatar Stephane Nicoll

Remove resuscitated properties from the deprecation list

This commit removes two properties that were remove in earlier
milestones of Spring Boot 2 and reintroduced with the support of
micrometer.

Closes gh-11015
parent c74b8374
...@@ -1183,25 +1183,6 @@ ...@@ -1183,25 +1183,6 @@
"level": "error" "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", "name": "spring.metrics.export.statsd.prefix",
"type": "java.lang.String", "type": "java.lang.String",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment