Appearance
1340 - Monitoring Config
Application monitoring and alerting setup. This is an example of a MAML document.
maml
{
service: "infrastructures"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 30 # seconds
labels: {
env: "staging"
region: "eu-west"
team: "jewelry"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 71
memory_threshold: 81
latency_p99_ms: 285
error_rate: 0.05
notification: {
channel: "#ops-alerts"
severity: "critical"
}
}
}