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
More narrow definition of #34, the Functions Framework contract should have a specific section around exposing the trace ID of an event-driven function to the user.
The text was updated successfully, but these errors were encountered:
grant
changed the title
Assign HTTP header X-Cloud-Trace-Context as cloudevent.traceparent
Assign HTTP header traceparent as cloudevent.traceparentMar 12, 2021
More narrow definition of #34, the Functions Framework contract should have a specific section around exposing the trace ID of an event-driven function to the user.
Specifically, we can expose:
Header
traceparent
User Function parameter
cloudevent.traceparent
See CloudEvent extension for more details: https://github.com/cloudevents/spec/blob/master/extensions/distributed-tracing.md
The older
x-cloud-trace-context
does not need to be propagated. This is an older value that is replaced by the standard W3C trace context header.See: https://cloud.google.com/endpoints/docs/openapi/tracing#supported_headers
The text was updated successfully, but these errors were encountered: