Example 3225
Monitoring Config
Application monitoring and alerting setup.
{
service: "functionalities"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 10 # seconds
labels: {
env: "staging"
region: "ap-south"
team: "grocery"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 95
memory_threshold: 91
latency_p99_ms: 813
error_rate: 0.02
notification: {
channel: "#ops-alerts"
severity: "critical"
}
}
}