type github.com/prometheus/client_golang/prometheus.quantSort
6 uses
github.com/prometheus/client_golang/prometheus (current package)
summary.go#L320: sort.Sort(quantSort(qs))
summary.go#L495: type quantSort []*dto.Quantile
summary.go#L497: func (s quantSort) Len() int {
summary.go#L501: func (s quantSort) Swap(i, j int) {
summary.go#L505: func (s quantSort) Less(i, j int) bool {
summary.go#L676: sort.Sort(quantSort(qs))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |