Example 17533

Monitoring Config

Application monitoring and alerting setup.

{
service: "supply-chains"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 30 # seconds
labels: {
env: "prod"
region: "eu-west"
team: "tools"
}
}

# Alert thresholds
alerts: {
cpu_threshold: 90
memory_threshold: 92
latency_p99_ms: 176
error_rate: 0.05
notification: {
channel: "#oncall"
severity: "warning"
}
}
}

See also