Skip to content

Commit bea92d1

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

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
@@ -69,7 +69,7 @@ service(s) ["api"] successfully built
6969

7070
## Testing the application
7171

72-
Now that we have our application running, Let's head over to Grafana dashboard to visualize the metrics we are registering. Open your browser and navigate to `http://localhost:3000`. You will be greeted with the Grafana login page. The login credentials are the one we have provided in compose file.
72+
Now that you have your application running, head over to the Grafana dashboard to visualize the metrics you are registering. Open your browser and navigate to `http://localhost:3000`. You will be greeted with the Grafana login page. The login credentials are the ones provided in Compose file.
7373

7474
Once you are logged in, you can create a new dashboard. While creating dashboard you will notice that is default data source is `Prometheus`. This is because you have already configured the data source in the `grafana.yml` file.
7575

0 commit comments

Comments
 (0)