github.com/prometheus/client_model/go.MetricFamily.Name (field)

7 uses

	github.com/prometheus/client_model/go (current package)
		metrics.pb.go#L513: 	Name                 *string     `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
		metrics.pb.go#L547: 	if m != nil && m.Name != nil {
		metrics.pb.go#L548: 		return *m.Name

	github.com/prometheus/client_golang/prometheus
		registry.go#L648: 		metricFamily.Name = proto.String(desc.fqName)
		registry.go#L745: 				existingMF.Name = mf.Name

	github.com/prometheus/common/expfmt
		text_parse.go#L699: 	p.currentMF = &dto.MetricFamily{Name: proto.String(name)}