opencensus-go-exporter-stackdriver
opencensus-go-exporter-stackdriver copied to clipboard
Provide a mechanism to explicitly check registered views against the MetricDescriptor defined in Stackdriver
Currently we create Stackdriver MetricDescriptors lazily at export time. Instead, we should provide a method to do this explicitly and return any errors that occurred. This can be used to detect schema mismatches eagerly, rather than having to wait for the export path to run.