We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7cd6e9c commit5295902Copy full SHA for 5295902
docs/admin/integrations/prometheus.md
@@ -31,9 +31,8 @@ coderd_api_active_users_duration_hour 0
31
###Kubernetes deployment
32
33
The Prometheus endpoint can be enabled in the[Helm chart's](https://github.com/coder/coder/tree/main/helm)
34
-`values.yml` by setting the environment variable`CODER_PROMETHEUS_ADDRESS` to
35
-`0.0.0.0:2112`. The environment variable`CODER_PROMETHEUS_ENABLE` will be
36
-enabled automatically. A Service Endpoint will not be exposed; if you need to
+`values.yml` by setting`CODER_PROMETHEUS_ENABLE=true`. Once enabled, the environment variable`CODER_PROMETHEUS_ADDRESS` will be set by default to
+`0.0.0.0:2112`. A Service Endpoint will not be exposed; if you need to
37
expose the Prometheus port on a Service, (for example, to use a
38
`ServiceMonitor`), create a separate headless service instead.
39