Example 8939

Monitoring Config

Application monitoring and alerting setup.

{
service: "functionalities"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 60 # seconds
labels: {
env: "staging"
region: "ap-south"
team: "industrial"
}
}

# Alert thresholds
alerts: {
cpu_threshold: 73
memory_threshold: 80
latency_p99_ms: 869
error_rate: 0.02
notification: {
channel: "#ops-alerts"
severity: "info"
}
}
}

See also