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 {