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 @@ -80,7 +80,7 @@ func (m *MetricVec) DeleteLabelValues(lvs ...string) bool {
80
80
return m .metricMap .deleteByHashWithLabelValues (h , lvs , m .curry )
81
81
}
82
82
83
- // DeletePartialMatchLabelValues removes the metric where the variable labels
83
+ // DeletePartialMatchLabelValues deletes all metrics where the variable labels
84
84
// contain all of the values passed. The order of the passed values does not matter.
85
85
// It returns the number of metrics deleted.
86
86
@@ -109,7 +109,7 @@ func (m *MetricVec) Delete(labels Labels) bool {
109
109
return m .metricMap .deleteByHashWithLabels (h , labels , m .curry )
110
110
}
111
111
112
- // DeletePartialMatch deletes the metric where the variable labels contains all of those
112
+ // DeletePartialMatch deletes all metrics where the variable labels contain all of those
113
113
// passed in as labels. The order of the labels does not matter.
114
114
// It returns the number of metrics deleted.
115
115
You can’t perform that action at this time.
0 commit comments