googleapis/java-storage

Use opentelemetry for tracing google-cloud-storage client calls

findinpath opened this issue · 0 comments

Thanks for stopping by to let us know something could be better!

PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.

Is your feature request related to a problem? Please describe.
What the problem is. Example: I'm always frustrated when [...]

opencensus project has been archived

Workaround to make use of opentelemetry

        <dependency>
            <groupId>io.opentelemetry</groupId>
            <artifactId>opentelemetry-opencensus-shim</artifactId>
        </dependency>

Describe the solution you'd like

The other major storage cloud providers offer opentelemetry integration and it would be comfortable to make use of the same concepts when integrating with all cloud storage providers.