Example 12131
Monitoring Config
Application monitoring and alerting setup.
{
service: "deliverables"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 15 # seconds
labels: {
env: "prod"
region: "eu-west"
team: "books"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 74
memory_threshold: 87
latency_p99_ms: 1851
error_rate: 0.01
notification: {
channel: "#oncall"
severity: "warning"
}
}
}