Available regions
Additional regions are added based on demand. Run
devhelm monitors create --help to see the latest available regions.Configuring regions
Specify one or more regions when creating a monitor:us-east (or your organization’s default region set, if one is configured).
Multi-region strategy
Why use multiple regions
A single-region monitor can trigger false incidents when:- The probe region has a temporary network issue
- A cloud provider has a localized outage
- Routing between the probe region and your service degrades
How confirmation works
The incident policy’sconfirmation section controls multi-region behavior:
us-east fails but the other regions are healthy, no incident opens.
Per-region vs any-region scope
Trigger rules have ascope that controls how failures are counted:
For most setups, use
per_region with minRegionsFailing: 2 — this ensures each confirming region has independently detected the failure.
Region selection guidelines
Next steps
Multi-region guide
Patterns for reducing false positives.
Incident policies
Trigger rules and confirmation in detail.