Example 3025
Monitoring Config
Application monitoring and alerting setup.
{
service: "applications"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 10 # seconds
labels: {
env: "staging"
region: "us-east"
team: "industrial"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 93
memory_threshold: 81
latency_p99_ms: 1357
error_rate: 0.05
notification: {
channel: "#incidents"
severity: "warning"
}
}
}