Skip to content

Commit 98f5723

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

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
@@ -8,7 +8,7 @@ aliases:
88
- /guides/go-prometheus-monitoring/develop/
99
---
1010

11-
In the last section, we saw how using Docker Compose, we can connect our services together. In this section, we will learn how to develop the Golang application with Docker. We will also see how to use Docker Compose Watch to rebuild the image whenever we make changes to the code. Lastly, we will test the application and visualize the metrics in Grafana using Prometheus as the datasource.
11+
In the last section, you saw how using Docker Compose, you can connect your services together. In this section, you will learn how to develop the Golang application with Docker. You will also see how to use Docker Compose Watch to rebuild the image whenever we make changes to the code. Lastly, you will test the application and visualize the metrics in Grafana using Prometheus as the data source.
1212

1313
## Developing the application
1414

0 commit comments

Comments
 (0)