Skip to content

Commit 3b56df0

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

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
@@ -218,7 +218,7 @@ That's it, this was the complete gist of the application. Now it's time to run a
218218

219219
## Running the application
220220

221-
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` command and then build and run the application by running `go run main.go` command. 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 our app is successfully up and running.
221+
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

224224
Now let's check our application's metrics by accessing the `/metrics` endpoint.

0 commit comments

Comments
 (0)