Improve the metric description

Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
gotjosh 2024-04-24 15:24:35 +01:00
parent d672eda979
commit 5beb2fe005
No known key found for this signature in database
GPG Key ID: A6E1DDE38FF3C74E
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@ func NewGroupMetrics(reg prometheus.Registerer) *Metrics {
prometheus.GaugeOpts{ prometheus.GaugeOpts{
Namespace: namespace, Namespace: namespace,
Name: "rule_group_last_restore_duration_seconds", 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"}, []string{"rule_group"},
), ),