package
0.37.2
Repository: https://github.com/pyroscope-io/pyroscope.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.

# 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.