opencensus-go-exporter-stackdriver
opencensus-go-exporter-stackdriver copied to clipboard
stats: don't let bad View data fail the whole export process
Actual:
We call createMeasure
before createTimeSeries
when reporting metrics data. If createMeasure
returns an error, the whole reporting process will fail.
Expected:
Drop the bad View
data if createMeasure
returns an error. Let remained data to be sent to stackdriver.