You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/prometheus.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Coder server exports metrics via the HTTP endpoint, which can be enabled using e
10
10
11
11
Use either the environment variable `CODER_PROMETHEUS_ADDRESS` or the flag ` --prometheus-address <network-interface>:<port>` to select a custom endpoint.
12
12
13
-
For `code server --prometheus-enable` is started locally, you can preview the metrics endpoint: <!-- markdown-link-check-disable -->http://localhost:2112/<!-- markdown-link-check-enable --> (default endpoint).
13
+
For `coder server --prometheus-enable` is started locally, you can preview the metrics endpoint: <!-- markdown-link-check-disable -->http://localhost:2112/<!-- markdown-link-check-enable --> (default endpoint).
14
14
15
15
```
16
16
# HELP coderd_api_active_users_duration_hour The number of users that have been active within the last hour.
0 commit comments