From 2bbe3d56bcfc4439c4317590e79cf93525c64aa3 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 24 Nov 2016 13:11:45 +0100 Subject: [PATCH] docs(alerting): add info about alerting metrics --- docs/sources/alerting/metrics.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/sources/alerting/metrics.md diff --git a/docs/sources/alerting/metrics.md b/docs/sources/alerting/metrics.md new file mode 100644 index 00000000000..b0bf5c9f4fc --- /dev/null +++ b/docs/sources/alerting/metrics.md @@ -0,0 +1,23 @@ ++++ +title = "Alerting Metrics" +description = "Alerting Metrics Guide" +keywords = ["Grafana", "alerting", "guide", "metrics"] +type = "docs" +[menu.docs] +name = "Metrics" +parent = "alerting" +weight = 2 ++++ + +# Metrics from the alert engine + +> Alerting is only available in Grafana v4.0 and above. + +The alert engine publish some internal metrics about itself. You can read more about how Grafana published [interal metrics](/installation/configuration/#metrics) + +Description | Type | Metric name +---------- | ----------- | ---------- +Total number of alerts | counter | `alerting.active_alerts` +Alert execution result | counter | `alerting.result` +Notifications sent counter | counter | `alerting.notifications_sent` +Alert execution timer | timer | `alerting.execution_time`