type github.com/prometheus/common/model.LabelPairs

4 uses

	github.com/prometheus/common/model (current package)
		labels.go#L187: type LabelPairs []*LabelPair
		labels.go#L189: func (l LabelPairs) Len() int {
		labels.go#L193: func (l LabelPairs) Less(i, j int) bool {
		labels.go#L208: func (l LabelPairs) Swap(i, j int) {