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
feat(pubsub): allow trace extraction from protobuf message (#10827)
Export the function NewMessageCarrierFromPB which, given a protobuf
PubsubMessage, returns a TextMapCarrier which can be used to extract
trace contexts.
This allows it to be used in e.g. HTTP push endpoints.
Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com>
0 commit comments