You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an encompassing span for the whole parallel() call, with duration of 4+ seconds (longest sleep + setup/teardown)
under it, 4 more Parallel branch: ... spans, with duration corresponding directly to actual step spans done inside said branch: ~1, ~2, ~3, ~4 seconds
Similar to how the "pipeline steps" page visualizes the pipeline:
Actual Results
Instead there is no single parent span for the parallel(), and all of the branch spans are 5+ seconds instead, aligned by the end of the whole paralllel() call.
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
The sleep steps have the correct duration, so I guess the parallel task does not return until all the parallel tasks return. It is probably something we cannot do anything about.
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Master: Linux
Agents: unrelated
Reproduction steps
Tested on a really simple scripted pipeline utilizing
parallel()
block:OTel results are displayed in Jaeger.
Expected Results
parallel()
call, with duration of 4+ seconds (longest sleep + setup/teardown)Parallel branch: ...
spans, with duration corresponding directly to actual step spans done inside said branch: ~1, ~2, ~3, ~4 secondsSimilar to how the "pipeline steps" page visualizes the pipeline:
Actual Results
Instead there is no single parent span for the
parallel()
, and all of the branch spans are 5+ seconds instead, aligned by the end of the wholeparalllel()
call.Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: