mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
[preview](https://coder.com/docs/@bp-security/tutorials/best-practices/security-best-practices) --------- Co-authored-by: EdwardAngert <2408959-EdwardAngert@users.noreply.gitlab.com> Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Co-authored-by: Spike Curtis <spike@coder.com>
25 lines
922 B
Markdown
25 lines
922 B
Markdown
# Monitoring Coder
|
|
|
|
Learn about our the tools, techniques, and best practices to monitor your Coder
|
|
deployment.
|
|
|
|
## Quick Start: Observability Helm Chart
|
|
|
|
Deploy Prometheus, Grafana, Alert Manager, and pre-built dashboards on your
|
|
Kubernetes cluster to monitor the Coder control plane, provisioners, and
|
|
workspaces.
|
|
|
|

|
|
|
|
Learn how to install & read the docs on the
|
|
[Observability Helm Chart GitHub](https://github.com/coder/observability)
|
|
|
|
## Table of Contents
|
|
|
|
- [Logs](./logs.md): Learn how to access to Coder server logs, agent logs, and
|
|
even how to expose Kubernetes pod scheduling logs.
|
|
- [Metrics](./metrics.md): Learn about the valuable metrics to measure on a
|
|
Coder deployment, regardless of your monitoring stack.
|
|
- [Health Check](./health-check.md): Learn about the periodic health check and
|
|
error codes that run on Coder deployments.
|