2016-11-24 06:11:45 -06:00
+++
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
2020-02-11 12:36:45 -06:00
The alert engine publishes some internal metrics about itself. You can read more about how Grafana publishes [internal metrics ]({{ < "../administration/metrics/" > }} ).
2016-11-24 06:11:45 -06:00
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`