Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracing through Sequences #1762

Closed
Harwayne opened this issue Aug 29, 2019 · 2 comments
Closed

Tracing through Sequences #1762

Harwayne opened this issue Aug 29, 2019 · 2 comments
Labels
area/observability kind/feature-request lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Milestone

Comments

@Harwayne
Copy link
Contributor

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.

  • A request sent to a Sequence without any trace information.
  • A request sent to a Sequence with trace information in the HTTP headers (B3 format).
  • A request sent to a Sequence with trace information in the Cloud Event's traceparent attribute, but not in the HTTP headers.

Any Channel implementation may be used.

@Harwayne
Copy link
Contributor Author

/project Observability To do

@grantr grantr added this to the Backlog milestone Aug 24, 2020
@github-actions
Copy link

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/observability kind/feature-request lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

3 participants