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
It would be great if the context could be propagated from one process to another where pubsub plays the middleman.
We're using OpenTelemetry and setting the 'traceparent' property in the header to allow the tracing between app services and cloud tasks.
Problem:
For those requests that uses larger POST bodies we use pubsub to kick off other services, but the pusub interface does not allow the setting of http headers and thus do not propagate the context in those instances.
Let me know if this is a request that only pertains to me or seems invalid.
Much appreciated.
Whoweez
The text was updated successfully, but these errors were encountered:
Good day,
It would be great if the context could be propagated from one process to another where pubsub plays the middleman.
We're using OpenTelemetry and setting the 'traceparent' property in the header to allow the tracing between app services and cloud tasks.
Problem:
For those requests that uses larger POST bodies we use pubsub to kick off other services, but the pusub interface does not allow the setting of http headers and thus do not propagate the context in those instances.
Let me know if this is a request that only pertains to me or seems invalid.
Much appreciated.
Whoweez
The text was updated successfully, but these errors were encountered: