Prerequisites
Prerequisites
- DevHelm CLI installed
- A
devhelm.ymlfile — see Monitoring as Code tutorial - Separate API tokens for each environment
Strategy: separate files
The simplest approach is one YAML file per environment:Production config
Staging config
Staging typically has longer intervals, fewer regions, and less aggressive alerting:Deploy with environment-specific tokens
Each environment uses its own API token:Secret management
Each environment needs its own secrets:Next steps
CI/CD pipeline
Full GitHub Actions deployment workflow.
Monitoring as Code tutorial
YAML format and deploy workflow.
Migrating from Dashboard
Move existing monitors to config files.