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
This commit is contained in:
parent
c74b8374bc
commit
92c62b6e9f
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue