github.com/prometheus/client_model/go.Bucket.GetUpperBound (method)
7 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L419: func (m *Bucket) GetUpperBound() float64 {
github.com/prometheus/client_golang/prometheus
histogram.go#L585: return s[i].GetUpperBound() < s[j].GetUpperBound()
github.com/prometheus/common/expfmt
decode.go#L372: lset[model.LabelName(model.BucketLabel)] = model.LabelValue(fmt.Sprint(q.GetUpperBound()))
decode.go#L375: if math.IsInf(q.GetUpperBound(), +1) {
text_create.go#L225: model.BucketLabel, b.GetUpperBound(),
text_create.go#L232: if math.IsInf(b.GetUpperBound(), +1) {
![]() |
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. |