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,