@@ -170,7 +170,7 @@ func (o *omkafka) toPoints() []*point {
170
170
Name : "omkafka_errors" ,
171
171
Type : counter ,
172
172
Value : o .ErrorsTimedOut ,
173
- Description : failuresDescription ,
173
+ Description : errorsDescription ,
174
174
LabelName : "type" ,
175
175
LabelValue : "timed_out" ,
176
176
}
@@ -179,7 +179,7 @@ func (o *omkafka) toPoints() []*point {
179
179
Name : "omkafka_errors" ,
180
180
Type : counter ,
181
181
Value : o .ErrorsTransport ,
182
- Description : failuresDescription ,
182
+ Description : errorsDescription ,
183
183
LabelName : "type" ,
184
184
LabelValue : "transport" ,
185
185
}
@@ -188,7 +188,7 @@ func (o *omkafka) toPoints() []*point {
188
188
Name : "omkafka_errors" ,
189
189
Type : counter ,
190
190
Value : o .ErrorsBrokerDown ,
191
- Description : failuresDescription ,
191
+ Description : errorsDescription ,
192
192
LabelName : "type" ,
193
193
LabelValue : "broker_down" ,
194
194
}
@@ -197,7 +197,7 @@ func (o *omkafka) toPoints() []*point {
197
197
Name : "omkafka_errors" ,
198
198
Type : counter ,
199
199
Value : o .ErrorsAuth ,
200
- Description : failuresDescription ,
200
+ Description : errorsDescription ,
201
201
LabelName : "type" ,
202
202
LabelValue : "auth" ,
203
203
}
@@ -206,7 +206,7 @@ func (o *omkafka) toPoints() []*point {
206
206
Name : "omkafka_errors" ,
207
207
Type : counter ,
208
208
Value : o .ErrorsSSL ,
209
- Description : failuresDescription ,
209
+ Description : errorsDescription ,
210
210
LabelName : "type" ,
211
211
LabelValue : "ssl" ,
212
212
}
@@ -215,7 +215,7 @@ func (o *omkafka) toPoints() []*point {
215
215
Name : "omkafka_errors" ,
216
216
Type : counter ,
217
217
Value : o .ErrorsOther ,
218
- Description : failuresDescription ,
218
+ Description : errorsDescription ,
219
219
LabelName : "type" ,
220
220
LabelValue : "other" ,
221
221
}
0 commit comments