github.com/prometheus/common/model.Matrix.Less (method)

one use

	github.com/prometheus/common/model (current package)
		value.go#L401: func (m Matrix) Less(i, j int) bool { return m[i].Metric.Before(m[j].Metric) }