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
@vmihailenco Thank you for taskq and the support of opentelemetry out of the box in your libraries.
In taskqext/otel.go, support tracing with opentelemetry while processing the message in the worker not in the producer as well. I have a trace started in the producer I want to propagate this to the consumer as async trace. I want to pass trace information to consumers.
The text was updated successfully, but these errors were encountered:
@vmihailenco Thank you for taskq and the support of opentelemetry out of the box in your libraries.
In
taskqext/otel.go
, support tracing with opentelemetry while processing the message in the worker not in the producer as well. I have a trace started in the producer I want to propagate this to the consumer as async trace. I want to pass trace information to consumers.The text was updated successfully, but these errors were encountered: