This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
Tracing through Channel #226
Labels
area/observability
area/test-and-release
Test infrastructure, tests or release
lifecycle/stale
priority/2
Nice to have feature but doesn't block current release defined by release/*
release/2
Milestone
Problem
A request made to the Channel should generate traces that link the request to the subscribers. It should either use an existing Trace if present, or create a new Trace if one isn't.
The trace from the Channel to any subscribers MUST be annotated with the subscription's name.
Persona:
System Integrator
Exit Criteria
Each of the following generate a trace that includes both the incoming request and the request to any subscribers. The trace from the Channel to any subscribers MUST be annotated with the subscription's name:
Note that this is very similar to knative/eventing#1757
The text was updated successfully, but these errors were encountered: