Firstsawyou opened a new issue #3477:
URL: https://github.com/apache/apisix/issues/3477
# Improve Docs
## Please describe which part of docs should be improved or typo fixed
The metrics of the Prometheus document are inconsistent with the metrics of
the current plugin.
We need to synchronize the metrics of the document and the plugin.
Such as:
In the document, `Status codes` only describes `status codes` and `service`:
```
Status codes: HTTP status codes returned by upstream services. These are
available per service and across all services.
......
```
But in fact, the current plugin has exceeded these metrics.
```lua
metrics.status = prometheus:counter("http_status",
"HTTP status codes per service in APISIX",
{"code", "route", "matched_uri", "matched_host", "service",
"consumer", "node"})
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]