func contrib.go.opencensus.io/exporter/prometheus.sanitize

3 uses

	contrib.go.opencensus.io/exporter/prometheus (current package)
		prometheus.go#L196: 		labels = append(labels, sanitize(ml.Key))
		prometheus.go#L206: 	return name + sanitize(m.Descriptor.Name)
		sanitize.go#L26: func sanitize(s string) string {