func github.com/prometheus/common/expfmt.isValidMetricNameStart

2 uses

	github.com/prometheus/common/expfmt (current package)
		text_parse.go#L596: 	if !isValidMetricNameStart(p.currentByte) {
		text_parse.go#L711: func isValidMetricNameStart(b byte) bool {