diff --git a/docs/guides/server/configuration-metrics.adoc b/docs/guides/server/configuration-metrics.adoc index 346ddcab82..70e413e3c1 100644 --- a/docs/guides/server/configuration-metrics.adoc +++ b/docs/guides/server/configuration-metrics.adoc @@ -22,7 +22,7 @@ It is possible to enable metrics using the build time option `metrics-enabled`: * `/metrics` -The response from the endpoint uses a `text/plain` content type and it is based on the Prometheus text format. The snippet bellow +The response from the endpoint uses a `application/openmetrics-text` content type and it is based on the Prometheus (OpenMetrics) text format. The snippet bellow is an example of a response: [source] @@ -69,9 +69,6 @@ The table below summarizes the available metrics groups: |Database |A set of metrics from the database connection pool, if using a database. -|HTTP -|A set of global and individual metrics from the HTTP endpoints - |Cache |A set of metrics from Infinispan caches. See <@links.server id="caching"/> for more details.