Firstsawyou commented on a change in pull request #3494: URL: https://github.com/apache/apisix/pull/3494#discussion_r568509007
########## File path: doc/plugins/prometheus.md ########## @@ -122,12 +122,56 @@ Or you can goto [Grafana official](https://grafana.com/grafana/dashboards/11719) ### Available metrics -* `Status codes`: HTTP status codes returned by upstream services. These are available per service and across all services. +* `Status`: HTTP status codes returned by upstream services. These are available per service and across all services. + + Attributes: + + | Name | Description | + | -------------| --------------------| + | code | The HTTP status code returned by the upstream service. | + | route | The route_id of the request to match the route. If it does not match, the default is `""`. | + | matched_uri | Request to match the uri of the route. If it does not match, the default is `""`. | + | matched_host | Request to match the hsot of the route. If it does not match, the default is `""`. | + | service | The request matches the service_id of the route. If it does not match, the default is host. | Review comment: Yes, the description here is inappropriate. ---------------------------------------------------------------- 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]
