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
Currently, smallrye-reactive-messaging-gcp-pubsub does not have built-in support for OpenTelemetry, making it difficult to trace Pub/Sub messages effectively. Adding OpenTelemetry instrumentation would improve observability for applications using this connector.
Proposed Solution:
Integrate OpenTelemetry support into smallrye-reactive-messaging-gcp-pubsub to enable tracing for both published and consumed messages.
Provide a way to enable/disable tracing via configuration.
Currently,
smallrye-reactive-messaging-gcp-pubsub
does not have built-in support for OpenTelemetry, making it difficult to trace Pub/Sub messages effectively. Adding OpenTelemetry instrumentation would improve observability for applications using this connector.Proposed Solution:
smallrye-reactive-messaging-gcp-pubsub
to enable tracing for both published and consumed messages.com.google.cloud
dependency to26.55.0
Reference:
https://cloud.google.com/pubsub/docs/open-telemetry-tracing
The text was updated successfully, but these errors were encountered: