commit
d9b7a8c0af
|
@ -1605,6 +1605,13 @@
|
||||||
"level": "error"
|
"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",
|
"name": "management.metrics.export.signalfx.read-timeout",
|
||||||
"type": "java.time.Duration",
|
"type": "java.time.Duration",
|
||||||
|
@ -2146,6 +2153,10 @@
|
||||||
"name": "management.server.ssl.trust-store-type",
|
"name": "management.server.ssl.trust-store-type",
|
||||||
"description": "Type of the trust store."
|
"description": "Type of the trust store."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "management.signalfx.metrics.export.published-histogram-type",
|
||||||
|
"defaultValue": "default"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "management.simple.metrics.export.mode",
|
"name": "management.simple.metrics.export.mode",
|
||||||
"defaultValue": "cumulative"
|
"defaultValue": "cumulative"
|
||||||
|
|
Loading…
Reference in New Issue