faas-js-runtime icon indicating copy to clipboard operation
faas-js-runtime copied to clipboard

Add support for distributed tracing

Open lance opened this issue 3 years ago • 0 comments

When a CloudEvent function receives an incoming POST from a Knative event source, the CloudEvent's distributed tracing extension is not used (probably for good reason, as it's still a bit in flux). It would be nice if this framework could examine the incoming non-CE headers to look for a trace context, and if so, propagate that context in the response.

lance avatar Oct 05 '22 14:10 lance