-
Notifications
You must be signed in to change notification settings - Fork 5
Support tracing distributed systems #215
Copy link
Copy link
Open
Labels
featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
Milestone
Metadata
Metadata
Assignees
Labels
featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
What would you like to be added:
Provide apis to support tracing distributed systems, for example, right now we can use workflow and task to track the spans, but they're running in the same threads, we should be able to support in a distributed systems. For example, in a kubernetes environment, they're multi-pods, we should still be able to track them.
Why is this needed:
Completion requirements:
This feature requires the following artifacts:
The artifacts should be linked in subsequent comments.