Skip to content

Commit ca82136

Browse files
Update content/guides/go-prometheus-monitoring/compose.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 124887b commit ca82136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: go, golang, prometheus, grafana, containerize, monitor
66
description: Learn how to connect services with Docker Compose to monitor a Golang application with Prometheus and Grafana.
77
---
88

9-
Now that we have containerized the Golang application, now we will use Docker Compose to connect our services together. We will connect the Golang application, Prometheus, and Grafana services together to monitor the Golang application with Prometheus and Grafana.
9+
Now that you have containerized the Golang application, you will use Docker Compose to connect your services together. You will connect the Golang application, Prometheus, and Grafana services together to monitor the Golang application with Prometheus and Grafana.
1010

1111
## Creating a Docker Compose file
1212

0 commit comments

Comments
 (0)