Add missing configuration metadata for graphql metrics

This commit is contained in:
Brian Clozel
2021-07-02 14:57:25 +02:00
parent 2be79c2c73
commit d09f371048
2 changed files with 23 additions and 1 deletions

View File

@@ -3,6 +3,20 @@
{
"name": "spring.graphql.locations",
"defaultValue": "classpath:graphql/"
},
{
"name": "management.metrics.graphql.autotime.enabled",
"description": "Whether to automatically time graphql requests.",
"defaultValue": true
},
{
"name": "management.metrics.graphql.autotime.percentiles",
"description": "Computed non-aggregable percentiles to publish."
},
{
"name": "management.metrics.graphql.autotime.percentiles-histogram",
"description": "Whether percentile histograms should be published.",
"defaultValue": false
}
]
}