Skip to content

Commit fd49fbd

Browse files
Update content/guides/go-prometheus-monitoring/_index.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 0b9f27a commit fd49fbd

File tree

1 file changed

+1
-1
lines changed
  • content/guides/go-prometheus-monitoring

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The guide teaches you how to containerize a Golang application and monitor it wi
1818
1919
## Overview
2020

21-
To make sure our application is working as intended, monitoring is really important. One of the most popular monitoring tools is Prometheus. Prometheus is an open-source monitoring and alerting toolkit that is designed for reliability and scalability. It collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets. To visualize the metrics, we can use Grafana. Grafana is an open-source platform for monitoring and observability that allows you to query, visualize, alert on, and understand your metrics no matter where they are stored.
21+
To make sure your application is working as intended, monitoring is important. One of the most popular monitoring tools is Prometheus. Prometheus is an open-source monitoring and alerting toolkit that is designed for reliability and scalability. It collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets. To visualize the metrics, you can use Grafana. Grafana is an open-source platform for monitoring and observability that allows you to query, visualize, alert on, and understand your metrics no matter where they are stored.
2222

2323
In this guide, we will be creating a Golang server with some endpoints to simulate a real-world application. Then we will expose metrics from the server using Prometheus. Finally, we will visualize the metrics using Grafana. We will containerize the Golang application and using the Docker Compose file, we will connect all the services- Golang, Prometheus, and Grafana.
2424

0 commit comments

Comments
 (0)