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

Trace context propagation #2312

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Update Goals
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
  • Loading branch information
Guangwen Feng committed Jan 21, 2021
commit 2799320e5cc0186e1e0ac359da90f9fb872f49e4
2 changes: 1 addition & 1 deletion keps/sig-instrumentation/1668-trace-popagating/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Current logging for a series of related messages lacks common identifiers that c
### Goals

- Trace context received by the API Server as part of [API Server Tracing](https://github.com/kubernetes/enhancements/issues/647) can be propagated to kubernetes components
- A set of objects with relationship(OwnerRef/Non-ownerRef) can be linked by this trace information
- A series of related objects originating from an user request can be associated by this trace information

### Non-Goals

Expand Down