Example 15930
Monitoring Config
Application monitoring and alerting setup.
{
service: "niches"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 60 # seconds
labels: {
env: "staging"
region: "us-east"
team: "health"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 73
memory_threshold: 76
latency_p99_ms: 586
error_rate: 0.02
notification: {
channel: "#incidents"
severity: "critical"
}
}
}