const github.com/prometheus/client_model/go.MetricType_SUMMARY
15 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L26: MetricType_SUMMARY MetricType = 2
github.com/prometheus/client_golang/prometheus
registry.go#L622: case dto.MetricType_SUMMARY:
registry.go#L657: metricFamily.Type = dto.MetricType_SUMMARY.Enum()
registry.go#L786: case dto.MetricType_SUMMARY:
registry.go#L801: if newType == dto.MetricType_SUMMARY || newType == dto.MetricType_HISTOGRAM {
registry.go#L840: metricFamily.GetType() == dto.MetricType_SUMMARY && dtoMetric.Summary == nil ||
github.com/prometheus/common/expfmt
decode.go#L192: case dto.MetricType_SUMMARY:
text_create.go#L139: case dto.MetricType_SUMMARY:
text_create.go#L186: case dto.MetricType_SUMMARY:
text_parse.go#L253: if p.currentMF.GetType() == dto.MetricType_SUMMARY || p.currentMF.GetType() == dto.MetricType_HISTOGRAM {
text_parse.go#L291: if !(p.currentMF.GetType() == dto.MetricType_SUMMARY && p.currentLabelPair.GetName() == model.QuantileLabel) &&
text_parse.go#L326: if p.currentMF.GetType() == dto.MetricType_SUMMARY {
text_parse.go#L373: if p.currentMF.GetType() == dto.MetricType_SUMMARY {
text_parse.go#L408: case dto.MetricType_SUMMARY:
text_parse.go#L677: if p.currentMF.GetType() == dto.MetricType_SUMMARY {
![]() |
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. |