Skip to content

Commit ab83a27

Browse files
Update content/guides/go-prometheus-monitoring/application.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 2b754b2 commit ab83a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ That's it, this was the complete gist of the application. Now it's time to run a
221221
Make sure you are still inside `go-prometheus-monitoring` directory in the terminal, and run the following command. Install the dependencies by running `go mod tidy` and then build and run the application by running `go run main.go`. Then visit `http://localhost:8000/health` or `http://localhost:8000/v1/users`. You should see the output `{"message": "Up and running!"}` or `{"message": "Hello from /v1/users"}`. If you are able to see this then your app is successfully up and running.
222222

223223

224-
Now let's check our application's metrics by accessing the `/metrics` endpoint.
224+
Now, check your application's metrics by accessing the `/metrics` endpoint.
225225
Open `http://localhost:8000/metrics` in your browser. You should see similar output to the following.
226226

227227
```sh

0 commit comments

Comments
 (0)