github.com/prometheus/client_model/go.Bucket.UpperBound (field)
6 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L382: UpperBound *float64 `protobuf:"fixed64,2,opt,name=upper_bound,json=upperBound" json:"upper_bound,omitempty"`
metrics.pb.go#L420: if m != nil && m.UpperBound != nil {
metrics.pb.go#L421: return *m.UpperBound
github.com/prometheus/client_golang/prometheus
histogram.go#L330: UpperBound: proto.Float64(upperBound),
histogram.go#L508: UpperBound: proto.Float64(upperBound),
github.com/prometheus/common/expfmt
text_parse.go#L441: UpperBound: proto.Float64(p.currentBucket),
![]() |
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. |