Example 7538
Monitoring Config
Application monitoring and alerting setup.
{
service: "convergence"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 10 # seconds
labels: {
env: "prod"
region: "us-east"
team: "sports"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 88
memory_threshold: 76
latency_p99_ms: 690
error_rate: 0.05
notification: {
channel: "#ops-alerts"
severity: "info"
}
}
}