contrib.go.opencensus.io/exporter/stackdriver.statsExporter.metricDescriptors (field)

8 uses

	contrib.go.opencensus.io/exporter/stackdriver (current package)
		metrics.go#L235: 	if _, created := se.metricDescriptors[name]; created {
		metrics.go#L240: 		se.metricDescriptors[name] = true
		metrics.go#L256: 	se.metricDescriptors[name] = true
		stats.go#L68: 	metricDescriptors map[string]bool // Metric descriptors that were already created remotely
		stats.go#L102: 		metricDescriptors:      make(map[string]bool),
		stats.go#L341: 	if _, created := e.metricDescriptors[viewName]; created {
		stats.go#L346: 		e.metricDescriptors[viewName] = true
		stats.go#L360: 	e.metricDescriptors[viewName] = true