File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const (
69
69
var (
70
70
totalConfigs = prometheus .NewGauge (prometheus.GaugeOpts {
71
71
Namespace : "cortex" ,
72
- Name : "alertmanager_configs_total " ,
72
+ Name : "alertmanager_configs " ,
73
73
Help : "How many configs the multitenant alertmanager knows about." ,
74
74
})
75
75
statusTemplate * template.Template
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ const (
34
34
var (
35
35
totalConfigs = promauto .NewGauge (prometheus.GaugeOpts {
36
36
Namespace : "cortex" ,
37
- Name : "scheduler_configs_total " ,
37
+ Name : "scheduler_configs " ,
38
38
Help : "How many configs the scheduler knows about." ,
39
39
})
40
40
totalRuleGroups = promauto .NewGauge (prometheus.GaugeOpts {
41
41
Namespace : "cortex" ,
42
- Name : "scheduler_groups_total " ,
42
+ Name : "scheduler_groups " ,
43
43
Help : "How many rule groups the scheduler is currently evaluating" ,
44
44
})
45
45
configUpdates = promauto .NewCounter (prometheus.CounterOpts {
You can’t perform that action at this time.
0 commit comments