Skip to content

Commit 0966de8

Browse files
Update content/guides/go-prometheus-monitoring/develop.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 6b6d835 commit 0966de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/go-prometheus-monitoring/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Once you are logged in, you can create a new dashboard. While creating dashboard
7575

7676
![The optional settings screen with the options specified.](../images/grafana-dash.png)
7777

78-
We can use different panels to visualize the metrics. We will not go into details of Grafana here. You can refer to the [official documentation](https://grafana.com/docs/grafana/latest/) for more information. I created a Bar Gauge panel to visualize the total number of requests from different endpoints. We used the `api_http_request_total` and `api_http_request_error_total` metrics to get the data.
78+
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.
7979

8080
![The optional settings screen with the options specified.](../images/grafana-panel.png)
8181

0 commit comments

Comments
 (0)