Example 12635
Monitoring Config
Application monitoring and alerting setup.
{
service: "solutions"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 15 # seconds
labels: {
env: "prod"
region: "eu-west"
team: "electronics"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 86
memory_threshold: 79
latency_p99_ms: 1280
error_rate: 0.05
notification: {
channel: "#incidents"
severity: "critical"
}
}
}