prometheus/pkg/labels
Julius Volz ae93bae88f Fix: exclude metric name in labels.MatchLabels() (#6523)
This function is only used in one place to format an error message when
encountering multiple matches on the "one" side of a
one-to-many/many-to-one vector match, which is probably why nobodoy has
noticed this before. The hashing is already done correctly and excludes
the metric name label when using the "ignoring" matching modifier.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
2019-12-27 09:32:19 +00:00
..
labels.go Fix: exclude metric name in labels.MatchLabels() (#6523) 2019-12-27 09:32:19 +00:00
labels_test.go Fix: exclude metric name in labels.MatchLabels() (#6523) 2019-12-27 09:32:19 +00:00
matcher.go Port tsdb to use pkg/labels. (#6326) 2019-11-18 11:53:33 -08:00
matcher_test.go Add label matcher tests 2017-10-10 17:13:55 -07:00
test_utils.go Port tsdb to use pkg/labels. (#6326) 2019-11-18 11:53:33 -08:00