Tracing through Sequences #1762
Labels
area/observability
kind/feature-request
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Milestone
Problem
A request made to a Sequence should generate traces that link the request through all stages of the sequence and its reply (if present). It should either use an existing Trace if present, or create a new Trace if one isn't.
This should mostly be done by the underlying Channel, this issue is to verify it works as expected. And explore whether the spans should be annotated with something additional to ensure it is clear why the request is being made.
Persona:
System Integrator
Exit Criteria
Each of the following generate a trace that includes the incoming request, every step in the sequence, and the request sent to the Sequence's reply. Every span within the trace must be identifiably associated with the Sequence.
Any Channel implementation may be used.
The text was updated successfully, but these errors were encountered: