File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ func NewDistributor(cfg DistributorConfig) (*Distributor, error) {
114
114
}, []string {"ingester" }),
115
115
ingesterAppendFailures : prometheus .NewCounterVec (prometheus.CounterOpts {
116
116
Namespace : "prometheus" ,
117
- Name : "distributor_ingester_appends_total " ,
117
+ Name : "distributor_ingester_append_failures_total " ,
118
118
Help : "The total number of failed batch appends sent to ingesters." ,
119
119
}, []string {"ingester" }),
120
120
ingesterQueries : prometheus .NewCounterVec (prometheus.CounterOpts {
@@ -124,7 +124,7 @@ func NewDistributor(cfg DistributorConfig) (*Distributor, error) {
124
124
}, []string {"ingester" }),
125
125
ingesterQueryFailures : prometheus .NewCounterVec (prometheus.CounterOpts {
126
126
Namespace : "prometheus" ,
127
- Name : "distributor_ingester_appends_total " ,
127
+ Name : "distributor_ingester_query_failures_total " ,
128
128
Help : "The total number of failed queries sent to ingesters." ,
129
129
}, []string {"ingester" }),
130
130
}, nil
You can’t perform that action at this time.
0 commit comments