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
Provide a way to extract span parent from request headers in caliban-tracing. This will enable (easy) tracing across different microservices etc using caliban-tracing. I'm unsure what request headers should be injected into tracing context. Possibly it would be user defined? Maybe some default implementation can be provided for some specification like B3?
Provide a way to extract span parent from request headers in caliban-tracing. This will enable (easy) tracing across different microservices etc using caliban-tracing. I'm unsure what request headers should be injected into tracing context. Possibly it would be user defined? Maybe some default implementation can be provided for some specification like B3?
Some quick poc of a RequestInterceptor:
The text was updated successfully, but these errors were encountered: