mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Improve the metric description
Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
parent
d672eda979
commit
5beb2fe005
|
@ -874,7 +874,7 @@ func NewGroupMetrics(reg prometheus.Registerer) *Metrics {
|
|||
prometheus.GaugeOpts{
|
||||
Namespace: namespace,
|
||||
Name: "rule_group_last_restore_duration_seconds",
|
||||
Help: "The duration of the last rule group restoration.",
|
||||
Help: "The duration of the last alert rules alerts restoration using the `ALERTS_FOR_STATE` series.",
|
||||
},
|
||||
[]string{"rule_group"},
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue