Writing a custom exporter
As already introduced, OpenCensus is a vendor-agnostic library that allows you collect traces and metrics, allowing you to export that data to backends of your choice, in your applications.
The OpenCensus community has and continues to implement various exporters.
However, this guide is to enable anyone and any vendor to implement their custom exporter as per languages:
T Tracing guide available
S Stats guide available