Remove http metrics from the docs as they are not available in the current release (#27926)

Fixes #27925

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-03-15 17:57:56 +01:00 committed by GitHub
parent b64079eaea
commit 4bbe4705d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ It is possible to enable metrics using the build time option `metrics-enabled`:
* `/metrics` * `/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: is an example of a response:
[source] [source]
@ -69,9 +69,6 @@ The table below summarizes the available metrics groups:
|Database |Database
|A set of metrics from the database connection pool, if using a 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 |Cache
|A set of metrics from Infinispan caches. See <@links.server id="caching"/> for more details. |A set of metrics from Infinispan caches. See <@links.server id="caching"/> for more details.