Example 10435
Monitoring Config
Application monitoring and alerting setup.
{
service: "technologies"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 60 # seconds
labels: {
env: "staging"
region: "ap-south"
team: "health"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 89
memory_threshold: 91
latency_p99_ms: 1873
error_rate: 0.02
notification: {
channel: "#incidents"
severity: "warning"
}
}
}