github.com/prometheus/client_model/go.Histogram.Bucket (field)
9 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L329: Bucket []*Bucket `protobuf:"bytes,3,rep,name=bucket" json:"bucket,omitempty"`
metrics.pb.go#L375: return m.Bucket
github.com/prometheus/client_golang/prometheus
histogram.go#L321: Bucket: make([]*dto.Bucket, len(h.upperBounds)),
histogram.go#L328: his.Bucket[i] = &dto.Bucket{
histogram.go#L515: his.Bucket = buckets
github.com/prometheus/common/expfmt
decode.go#L367: for _, q := range m.Histogram.Bucket {
text_create.go#L222: for _, b := range metric.Histogram.Bucket {
text_parse.go#L438: p.currentMetric.Histogram.Bucket = append(
text_parse.go#L439: p.currentMetric.Histogram.Bucket,
![]() |
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. |