package
0.10.0
Repository: https://github.com/prometheus/tsdb.git
Documentation: pkg.go.dev

# Functions

Compare compares the two label sets.
FromMap returns new sorted Labels from the given map.
FromStrings creates new labels from pairs of strings.
New returns a sorted Labels from the given labels.
NewEqualMatcher returns a new matcher matching an exact label value.
NewMustRegexpMatcher returns a new matcher verifying that a value matches the regular expression pattern.
NewRegexpMatcher returns a new matcher verifying that a value matches the regular expression pattern.
Not inverts the matcher's matching result.
ReadLabels reads up to n label sets in a JSON formatted file fn.

# Structs

EqualMatcher matches on equality.
Label is a key/value pair of strings.
NotMatcher inverts the matching result for a matcher.
No description provided by the author

# Interfaces

Matcher specifies a constraint for the value of a label.

# Type aliases

Labels is a sorted set of labels.
Selector holds constraints for matching against a label set.
Slice is a sortable slice of label sets.