-
Notifications
You must be signed in to change notification settings - Fork 79
Remove interface for exporting ViewData #193
Comments
Can we install the metrics exporter instead of the viewdata for the users, so we keep the public API? At least I would like to avoid duplicate code to translate from viewdata to SD metrics and metrics data to Sd |
The major problem is for now lots of users still do view.RegisterExporter(stackdriverExporter) That requires Stackdriver exporter to implement the interface |
The mapping is already implemented in the opencensus we can re-use that. |
We have a mapping from the internal representation of In addition I think the performance of |
Oh my... I've spent more than a week to investigate why we have an excessive export issue in our code base and I just realized we called both If we can't remove the |
And FWIW, the official guide on writing a metric exporter still uses |
A placeholder for rolling forward #188.
The text was updated successfully, but these errors were encountered: