Skip to content

Commit b57999d

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

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
@@ -222,7 +222,7 @@ Make sure you are still inside `go-prometheus-monitoring` directory in the termi
222222

223223

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

227227
```sh
228228
# HELP api_http_request_error_total Total number of errors returned by the API

0 commit comments

Comments
 (0)