Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use opentelemetry for tracing google-cloud-storage client calls #2470

Open
findinpath opened this issue Mar 26, 2024 · 0 comments
Open

Use opentelemetry for tracing google-cloud-storage client calls #2470

findinpath opened this issue Mar 26, 2024 · 0 comments
Labels
api: storage Issues related to the googleapis/java-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@findinpath
Copy link

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.

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/java-storage API. label Mar 26, 2024
@findinpath findinpath changed the title Please introduce opentelemetry for tracing google-cloud-storage client calls Use opentelemetry for tracing google-cloud-storage client calls Mar 26, 2024
@BenWhitehead BenWhitehead added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants