github.com/prometheus/client_model/go.Summary.Quantile (field)
8 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L237: Quantile []*Quantile `protobuf:"bytes,3,rep,name=quantile" json:"quantile,omitempty"`
metrics.pb.go#L283: return m.Quantile
github.com/prometheus/client_golang/prometheus
summary.go#L322: sum.Quantile = qs
summary.go#L678: sum.Quantile = qs
github.com/prometheus/common/expfmt
decode.go#L308: for _, q := range m.Summary.Quantile {
text_create.go#L192: for _, q := range metric.Summary.Quantile {
text_parse.go#L419: p.currentMetric.Summary.Quantile = append(
text_parse.go#L420: p.currentMetric.Summary.Quantile,
![]() |
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. |