Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Docs: https://coder.com/docs/admin/integrations/prometheus#kubernetes-deployment
The Prometheus endpoint can be enabled in the Helm chart's values.yml by setting the environment variable CODER_PROMETHEUS_ADDRESS to 0.0.0.0:2112.
values.yaml: https://github.com/coder/coder/blob/main/helm/coder/values.yaml
# Note: The following environment variables are set by default and cannot be
# overridden:
...
# - CODER_PROMETHEUS_ADDRESS: set to 0.0.0.0:2112 and cannot be changed.
Instructions to set a variable that is set by default are confusing.
Relevant Log Output
Expected Behavior
Documentation is consistent with values.yaml comments.
Steps to Reproduce
- Check https://coder.com/docs/admin/integrations/prometheus#kubernetes-deployment
- Check https://github.com/coder/coder/blob/main/helm/coder/values.yaml
Environment
Additional Context
No response