Skip to content

docs: Prometheus metrics + generator #5179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Nov 30, 2022
Prev Previous commit
Next Next commit
use ```shell
  • Loading branch information
ghuntley authored Nov 29, 2022
commit a29dfae05b04a05afe0d43510d52915c23e6931d
2 changes: 1 addition & 1 deletion docs/admin/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ __Notice__: Prometheus endpoint is not supported by the official Coder Helm char

If `coder server --prometheus-enable` is started locally, you can preview the metrics endpoint in your browser or by using curl: <!-- markdown-link-check-disable -->http://localhost:2112/<!-- markdown-link-check-enable -->.

```
```shell
$ curl http://localhost:2112/
# HELP coderd_api_active_users_duration_hour The number of users that have been active within the last hour.
# TYPE coderd_api_active_users_duration_hour gauge
Expand Down