Example 14624

Monitoring Config

Application monitoring and alerting setup.

{
service: "convergence"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 15 # seconds
labels: {
env: "staging"
region: "us-east"
team: "jewelry"
}
}

# Alert thresholds
alerts: {
cpu_threshold: 82
memory_threshold: 79
latency_p99_ms: 1226
error_rate: 0.01
notification: {
channel: "#oncall"
severity: "info"
}
}
}

See also