Example 8225
Monitoring Config
Application monitoring and alerting setup.
{
service: "lifetime value"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 15 # seconds
labels: {
env: "prod"
region: "eu-west"
team: "automotive"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 88
memory_threshold: 75
latency_p99_ms: 1788
error_rate: 0.05
notification: {
channel: "#ops-alerts"
severity: "warning"
}
}
}