Appearance
3033 - Monitoring Config
Application monitoring and alerting setup. This is an example of a MAML document.
maml
{
service: "interfaces"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 15 # seconds
labels: {
env: "staging"
region: "us-east"
team: "home"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 75
memory_threshold: 92
latency_p99_ms: 420
error_rate: 0.05
notification: {
channel: "#ops-alerts"
severity: "critical"
}
}
}