github.com/prometheus/common/model.LabelSet.Before (method)

2 uses

	github.com/prometheus/common/model (current package)
		labelset.go#L72: func (ls LabelSet) Before(o LabelSet) bool {
		metric.go#L41: 	return LabelSet(m).Before(LabelSet(o))