Example 11124

Monitoring Config

Application monitoring and alerting setup.

{
service: "supply-chains"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 15 # seconds
labels: {
env: "prod"
region: "us-east"
team: "toys"
}
}

# Alert thresholds
alerts: {
cpu_threshold: 95
memory_threshold: 90
latency_p99_ms: 295
error_rate: 0.02
notification: {
channel: "#ops-alerts"
severity: "critical"
}
}
}

See also