Home Explore Blog CI



docker

3rd chunk of `content/guides/go-prometheus-monitoring/develop.md`
a9cb0202b518c1efe201f4e59cca5c2acafc9170119e6e7a000000010000021f


You can use different panels to visualize the metrics. This guide doesn't go into details of Grafana. You can refer to the [Grafana documentation](https://grafana.com/docs/grafana/latest/) for more information. There is a Bar Gauge panel to visualize the total number of requests from different endpoints. You used the `api_http_request_total` and `api_http_request_error_total` metrics to get the data.


Title: Visualizing Metrics with Grafana Panels
Summary
This section explains how to visualize metrics using different panels in Grafana, specifically mentioning the Bar Gauge panel for visualizing total requests from different endpoints. It references the Grafana documentation for more details and shows an example using the `api_http_request_total` and `api_http_request_error_total` metrics.