Move code out of spring-boot-actuator-autoconfigure-all

This commit is contained in:
Andy Wilkinson
2025-06-04 10:50:01 +01:00
committed by Phillip Webb
parent 9e3e39b24e
commit 0fabb090b6
84 changed files with 342 additions and 470 deletions

View File

@@ -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"