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

Support Micrometer Tracing for PubSub #3026

Open
wleese opened this issue Jul 3, 2024 · 0 comments
Open

Support Micrometer Tracing for PubSub #3026

wleese opened this issue Jul 3, 2024 · 0 comments
Labels
priority: p3 type: enhancement New feature or request

Comments

@wleese
Copy link

wleese commented Jul 3, 2024

Is your feature request related to a problem? Please describe.

We provide a framework based on Spring Boot, and export our traces to Google Cloud Trace using an OpenTelemetry tracer implementation.

Looking at the current implementation of tracing for Pub/Sub in Spring Cloud GCP, we see that it is tied to Brave without any way to use our own Tracer implementation.

Preferably the tracing implementation for Pub/Sub would be implemented using Micrometer Tracing facade, so that both OpenTelemetry and Brave are supported, and would also better align Spring Cloud GCP with Spring Boot where Micrometer Tracing is already used.

@zhumin8 zhumin8 added type: enhancement New feature or request priority: p3 labels Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants