-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bug on tracing where components are in a loop in a pipeline (#8576)
* Fix to tracing parent spans on loops * Fix linting * Add release notes --------- Co-authored-by: Silvano Cerza <silvanocerza@gmail.com>
- Loading branch information
1 parent
ab84035
commit e3b73e0
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/fix-tracing-bug-on-looping-components-in-pipeline-81812f72956b24ef.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fix tracing `Pipeline` with cycles to correctly track components execution |