feat(tracing): add spans for task parameter and workspace substitution #9801#10271
Conversation
|
Applied the feedback from @waveywaves that was provided on the previous PR. This PR was recreated after cleaning up the branch history. |
waveywaves
left a comment
There was a problem hiding this comment.
Some simplification comments on the tracing shape.
|
@Cordagr you gotta squash all your commits to one, then I believe we would be good to go |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: waveywaves The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b47cb9f to
3676fdf
Compare
|
@waveywaves I've squashed my commits thank you! |
|
@Cordagr lint is failing |
cefd7e7 to
30e0c4e
Compare
30e0c4e to
352d9f6
Compare
|
@waveywaves It should be fixed now sorry for the inconvenience |
|
@Cordagr it's all good don't worry :) |
Changes
Add tracing spans to the task parameter and workspace substitution pipeline in the TaskRun reconciler. The orchestrating function applyParamsContextsResultsAndWorkspaces is called on every reconcile but has zero tracing.
Submitter Checklist
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes
/kind feature
Fixes #9801