-
Notifications
You must be signed in to change notification settings - Fork 248
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, when tracing is enabled on a workflow that ends as ContinueAsNew, the new workflow is attached to the existing trace:
The total number of spans can become extremely large and overwhelm the tracing backend (eg, Grafana Tempo, Jaeger, etc.).
Describe the solution you'd like
It would be better if the new workflow was created as a new, disconnected trace and linked to the existing trace:
This idea can be extended to disconnecting Child Workflows as well.
Additional context
Slack: https://temporalio.slack.com/archives/CTDTU3J4T/p1702921125553459
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request