Example 14536
Monitoring Config
Application monitoring and alerting setup.
{
service: "communities"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 30 # seconds
labels: {
env: "staging"
region: "ap-south"
team: "industrial"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 93
memory_threshold: 83
latency_p99_ms: 1241
error_rate: 0.01
notification: {
channel: "#incidents"
severity: "info"
}
}
}