Example 12222
Monitoring Config
Application monitoring and alerting setup.
{
service: "methodologies"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 60 # seconds
labels: {
env: "prod"
region: "ap-south"
team: "music"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 79
memory_threshold: 80
latency_p99_ms: 630
error_rate: 0.02
notification: {
channel: "#incidents"
severity: "info"
}
}
}