github.com/prometheus/client_model/go.Counter.GetValue (method)

3 uses

	github.com/prometheus/client_model/go (current package)
		metrics.pb.go#L181: func (m *Counter) GetValue() float64 {

	github.com/prometheus/common/expfmt
		decode.go#L218: 			Value:  model.SampleValue(m.Counter.GetValue()),
		text_create.go#L164: 				metric.Counter.GetValue(),