package
0.0.0-20201007121644-85862429506e
Repository: https://github.com/modularise/prometheus-tsdb.git
Documentation: pkg.go.dev

# Functions

Compare compares the two label sets.
Equal returns whether the two label sets are equal.
FromMap returns new sorted Labels from the given map.
FromStrings creates new labels from pairs of strings.
MustNewMatcher panics on error - only for use in tests!.
New returns a sorted Labels from the given labels.
NewBuilder returns a new LabelsBuilder.
No description provided by the author
NewMatcher returns a matcher object.
ReadLabels reads up to n label sets in a JSON formatted file fn.

# Constants

Well-known label names used by Prometheus components.
Well-known label names used by Prometheus components.
Well-known label names used by Prometheus components.
Possible MatchTypes.
Possible MatchTypes.
Possible MatchTypes.
Possible MatchTypes.
Well-known label names used by Prometheus components.

# Structs

Builder allows modifying Labels.
No description provided by the author
Label is a key/value pair of strings.
Matcher models the matching of a label.

# Type aliases

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