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:
parent
b64079eaea
commit
4bbe4705d4
1 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue