Observability as Code Cheat Sheet

Dashboards, alerts, instrumentation in Git

Last Updated: November 21, 2025

Core Assets

Asset Role
Metrics Naming conventions
Alerts Threshold + target
Instrumentation Library config

Commands

terraform apply
Deploy alerts
kubectl apply -f grafana/
Register dashboards
otelcol --config=config.yaml
Run collectors

Workflow

Code review updates and keep configs tied to deployments.

💡 Pro Tip: CI linting keeps dashboards accurate and versioned.
← Back to DevOps & Cloud | Browse all categories | View all cheat sheets