Example 17228
Monitoring Config
Application monitoring and alerting setup.
{
service: "experiences"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 10 # seconds
labels: {
env: "staging"
region: "ap-south"
team: "movies"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 85
memory_threshold: 84
latency_p99_ms: 1728
error_rate: 0.02
notification: {
channel: "#incidents"
severity: "warning"
}
}
}