github.com/prometheus/client_model/go.MetricType.String (method)

2 uses

	github.com/prometheus/client_model/go (current package)
		metrics.pb.go#L51: func (x MetricType) String() string {

	github.com/prometheus/common/expfmt
		text_create.go#L146: 		return written, fmt.Errorf("unknown metric type %s", metricType.String())