mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 00:06:58 -06:00
docs(alerting): add info about alerting metrics
This commit is contained in:
parent
ad7ae1b912
commit
2bbe3d56bc
23
docs/sources/alerting/metrics.md
Normal file
23
docs/sources/alerting/metrics.md
Normal file
@ -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`
|
Loading…
Reference in New Issue
Block a user