const github.com/prometheus/client_model/go.MetricType_UNTYPED
9 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L27: MetricType_UNTYPED MetricType = 3
github.com/prometheus/client_golang/prometheus
registry.go#L629: case dto.MetricType_UNTYPED:
registry.go#L659: metricFamily.Type = dto.MetricType_UNTYPED.Enum()
registry.go#L842: metricFamily.GetType() == dto.MetricType_UNTYPED && dtoMetric.Untyped == nil {
github.com/prometheus/common/expfmt
decode.go#L194: case dto.MetricType_UNTYPED:
text_create.go#L141: case dto.MetricType_UNTYPED:
text_create.go#L176: case dto.MetricType_UNTYPED:
text_parse.go#L233: p.currentMF.Type = dto.MetricType_UNTYPED.Enum()
text_parse.go#L406: case dto.MetricType_UNTYPED:
![]() |
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. |