const github.com/prometheus/client_model/go.MetricType_COUNTER
9 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L24: MetricType_COUNTER MetricType = 0
metrics.pb.go#L564: return MetricType_COUNTER
github.com/prometheus/client_golang/prometheus
registry.go#L608: case dto.MetricType_COUNTER:
registry.go#L655: metricFamily.Type = dto.MetricType_COUNTER.Enum()
registry.go#L839: metricFamily.GetType() == dto.MetricType_COUNTER && dtoMetric.Counter == nil ||
github.com/prometheus/common/expfmt
decode.go#L188: case dto.MetricType_COUNTER:
text_create.go#L135: case dto.MetricType_COUNTER:
text_create.go#L156: case dto.MetricType_COUNTER:
text_parse.go#L402: case dto.MetricType_COUNTER:
![]() |
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. |