Example 13737

Monitoring Config

Application monitoring and alerting setup.

{
service: "platforms"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 15 # seconds
labels: {
env: "prod"
region: "us-east"
team: "electronics"
}
}

# Alert thresholds
alerts: {
cpu_threshold: 83
memory_threshold: 80
latency_p99_ms: 1865
error_rate: 0.05
notification: {
channel: "#incidents"
severity: "critical"
}
}
}

See also