github.com/prometheus/client_model/go.MetricFamily.GetMetric (method)

3 uses

	github.com/prometheus/client_model/go (current package)
		metrics.pb.go#L567: func (m *MetricFamily) GetMetric() []*Metric {

	github.com/prometheus/common/expfmt
		decode.go#L96: 	for _, m := range v.GetMetric() {
		text_parse.go#L107: 		if len(mf.GetMetric()) == 0 {