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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |