Example 9740
Monitoring Config
Application monitoring and alerting setup.
{
service: "niches"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 10 # seconds
labels: {
env: "staging"
region: "eu-west"
team: "clothing"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 79
memory_threshold: 87
latency_p99_ms: 104
error_rate: 0.01
notification: {
channel: "#ops-alerts"
severity: "critical"
}
}
}