Example 12531
Monitoring Config
Application monitoring and alerting setup.
{
service: "partnerships"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 15 # seconds
labels: {
env: "staging"
region: "us-east"
team: "automotive"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 94
memory_threshold: 93
latency_p99_ms: 319
error_rate: 0.02
notification: {
channel: "#ops-alerts"
severity: "critical"
}
}
}