const github.com/prometheus/common/model.BucketLabel
7 uses
github.com/prometheus/common/model (current package)
labels.go#L76: BucketLabel = "le"
github.com/prometheus/common/expfmt
decode.go#L372: lset[model.LabelName(model.BucketLabel)] = model.LabelValue(fmt.Sprint(q.GetUpperBound()))
decode.go#L417: lset[model.LabelName(model.BucketLabel)] = model.LabelValue("+Inf")
text_create.go#L225: model.BucketLabel, b.GetUpperBound(),
text_create.go#L239: model.BucketLabel, math.Inf(+1),
text_parse.go#L292: !(p.currentMF.GetType() == dto.MetricType_HISTOGRAM && p.currentLabelPair.GetName() == model.BucketLabel) {
text_parse.go#L339: if p.currentLabelPair.GetName() == model.BucketLabel {
![]() |
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. |