Move code out of spring-boot-actuator-autoconfigure-all
This commit is contained in:
committed by
Phillip Webb
parent
9e3e39b24e
commit
0fabb090b6
@@ -1,6 +1,32 @@
|
||||
{
|
||||
"groups": [],
|
||||
"properties": [
|
||||
{
|
||||
"name": "management.metrics.graphql.autotime.enabled",
|
||||
"description": "Whether to automatically time web client requests.",
|
||||
"defaultValue": true,
|
||||
"deprecation": {
|
||||
"level": "error",
|
||||
"reason": "Requests are timed automatically."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "management.metrics.graphql.autotime.percentiles",
|
||||
"description": "Computed non-aggregable percentiles to publish.",
|
||||
"deprecation": {
|
||||
"level": "error",
|
||||
"reason": "Should be configured globally via management.metrics.distribution.percentiles."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "management.metrics.graphql.autotime.percentiles-histogram",
|
||||
"description": "Whether percentile histograms should be published.",
|
||||
"defaultValue": false,
|
||||
"deprecation": {
|
||||
"level": "error",
|
||||
"reason": "Should be configured globally via management.metrics.distribution.percentiles-histogram."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.graphql.schema.file-extensions",
|
||||
"defaultValue": ".graphqls,.gqls"
|
||||
|
||||
Reference in New Issue
Block a user