Example 9825
Monitoring Config
Application monitoring and alerting setup.
{
service: "supply-chains"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 60 # seconds
labels: {
env: "prod"
region: "eu-west"
team: "health"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 74
memory_threshold: 88
latency_p99_ms: 117
error_rate: 0.05
notification: {
channel: "#incidents"
severity: "critical"
}
}
}