### Proposal The three-valued Compare is only ever used by Prometheus (outside of test code) as `labels.Compare(...) < 0`. So we should change it to `labels.Less` and simplify the code. This would have some impact on downstream projects.