You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: