diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc index 77efb3b9b..a7cc9a270 100644 --- a/docs/src/main/asciidoc/_configprops.adoc +++ b/docs/src/main/asciidoc/_configprops.adoc @@ -101,7 +101,8 @@ |spring.cloud.gateway.httpclient.wiretap | false | Enables wiretap debugging for Netty HttpClient. |spring.cloud.gateway.httpserver.wiretap | false | Enables wiretap debugging for Netty HttpServer. |spring.cloud.gateway.loadbalancer.use404 | false | -|spring.cloud.gateway.metrics.enabled | true | Enables the collection of metrics data. +|spring.cloud.gateway.metrics.enabled | false | Enables the collection of metrics data. +|spring.cloud.gateway.metrics.prefix | spring.cloud.gateway | The prefix of all metrics emitted by gateway. |spring.cloud.gateway.metrics.tags | | Tags map that added to metrics. |spring.cloud.gateway.predicate.after.enabled | true | Enables the after predicate. |spring.cloud.gateway.predicate.before.enabled | true | Enables the before predicate.