Appearance
2436 - Monitoring Config
Application monitoring and alerting setup. This is an example of a MAML document.
maml
{
service: "roi"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 30 # seconds
labels: {
env: "staging"
region: "ap-south"
team: "electronics"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 73
memory_threshold: 81
latency_p99_ms: 1673
error_rate: 0.02
notification: {
channel: "#incidents"
severity: "warning"
}
}
}