Skip to content

Commit 5c3c383

Browse files
committed
Add metrics documentation for Prometheus
* Provide detailed steps to set up metrics monitoring. * Include links to Prometheus integration sections. * Give an overview of default metrics available.
1 parent dd7c93d commit 5c3c383

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/admin/monitoring/metrics.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
TODO
1+
# Deployment Metrics
2+
3+
Coder exposes many metrics which give insight into the current state of a live Coder deployment. Our metrics are designed to be consumed by a [Prometheus server](https://prometheus.io/).
4+
5+
If you don't have an Prometheus server installed, you can follow the Prometheus
6+
[Getting started](https://prometheus.io/docs/prometheus/latest/getting_started/)
7+
guide.
8+
9+
### Seting up metrics
10+
11+
To set up metrics monitoring, please read our [Prometheus integration guide](../integrations/prometheus.md). The following links point to relevant sections there.
12+
13+
- [Enable Prometheus metrics](../integrations/prometheus.md#enable-prometheus-metrics) in the control plane
14+
- [Enable the Prometheus endpoint in Helm](../integrations/prometheus.md#kubernetes-deployment) (Kubernetes users only)
15+
- [Configure Prometheus to scrape Coder metrics](../integrations/prometheus.md#prometheus-configuration)
16+
- [See the list of available metrics](../integrations/prometheus.md#available-metrics)

0 commit comments

Comments
 (0)