Appearance
336 - Monitoring Config
Application monitoring and alerting setup. This is an example of a MAML document.
maml
{
service: "technologies"
# Prometheus metrics
metrics: {
endpoint: "/metrics"
interval: 15 # seconds
labels: {
env: "prod"
region: "us-east"
team: "computers"
}
}
# Alert thresholds
alerts: {
cpu_threshold: 92
memory_threshold: 93
latency_p99_ms: 1015
error_rate: 0.05
notification: {
channel: "#oncall"
severity: "info"
}
}
}