Example 5637

Monitoring Config

Application monitoring and alerting setup.

{
service: "technologies"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 60 # seconds
labels: {
env: "prod"
region: "ap-south"
team: "kids"
}
}

# Alert thresholds
alerts: {
cpu_threshold: 91
memory_threshold: 78
latency_p99_ms: 503
error_rate: 0.02
notification: {
channel: "#ops-alerts"
severity: "critical"
}
}
}

See also