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
* Provide detailed steps to set up metrics monitoring.
* Include links to Prometheus integration sections.
* Give an overview of default metrics available.
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
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