Skip to content

Add more logging to Seed step of pipeline creation

Fabio Pitino requested to merge add-more-pipeline-seed-logging into master

What does this MR do and why?

Related to #350057

Follow up from !105492 (merged)

During the rollout of the feature #384577 (closed) I noticed that while pipeline_seed_build_inclusion_duration_s.sum dropped, pipeline_seed_evaluation_duration remains the same. We need to figure out if time spent is moved to somewhere else inside the pipeline_seed_evaluation_duration.

In this MR we add more instrumentation for sub-steps of pipeline_seed_evaluation_duration which will help us understand where time is spent before and after the feature flag rollout.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Fabio Pitino

Merge request reports