const github.com/prometheus/client_golang/prometheus.quantileLabel
7 uses
github.com/prometheus/client_golang/prometheus (current package)
registry.go#L864: if dtoMetric.Summary != nil && labelName == quantileLabel {
registry.go#L867: name, dtoMetric, quantileLabel,
summary.go#L33: const quantileLabel = "quantile"
summary.go#L62: "%q is not allowed as label name in summaries", quantileLabel,
summary.go#L177: if n == quantileLabel {
summary.go#L182: if lp.GetName() == quantileLabel {
summary.go#L526: if ln == quantileLabel {
![]() |
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. |