From 4bbe4705d44bb69f832a568cebc874e4fefa2d76 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Fri, 15 Mar 2024 17:57:56 +0100 Subject: [PATCH] Remove http metrics from the docs as they are not available in the current release (#27926) Fixes #27925 Signed-off-by: Alexander Schwartz --- docs/guides/server/configuration-metrics.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.