Skip to content

Commit d024692

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

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
@@ -20,7 +20,7 @@ The guide teaches you how to containerize a Golang application and monitor it wi
2020

2121
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

23-
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.
23+
In this guide, you will be creating a Golang server with some endpoints to simulate a real-world application. Then you will expose metrics from the server using Prometheus. Finally, you will visualize the metrics using Grafana. You will containerize the Golang application, and using the Docker Compose file, you will connect all the services: Golang, Prometheus, and Grafana.
2424

2525
## What will you learn?
2626

0 commit comments

Comments
 (0)