-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Tracing: Allow filters to add/overwrite span information #890
Copy link
Copy link
Closed
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.
Milestone
Description
In certain deployments, it is not possible to know the service-cluster apriori (e.g., kubernetes pods). In such cases, the service to which the pod belongs do, has to be resolved dynamically, and the span data generated by the tracing subsystem needs to be updated with this info.
High level Implementation proposal:
We need the StreamFilterCallback to expose a span interface, that would allow the filters to obtain a (writable) reference to the active span object in the active stream and be able to modify them, before Envoy finalizes the span.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.