We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6905f6b commit 53b9fd4Copy full SHA for 53b9fd4
README.md
@@ -61,6 +61,7 @@ Logs will be scraped from all pods in the Kubernetes cluster.
61
- Ensure these environment variables are set:
62
- `CODER_PROMETHEUS_ENABLE=true`
63
- `CODER_PROMETHEUS_COLLECT_AGENT_STATS=true`
64
+ - `CODER_LOGGING_HUMAN=/dev/stderr` (only `human` log format is supported currently; [issue](https://github.com/coder/observability/issues/8))
65
66
- Ensure these labels exist on your coder & provisioner deployments:
67
- `prometheus.io/scrape=true`
0 commit comments