Skip to content

Improve metadata of deployment pipeline traces

Reuben Pereira requested to merge rp/improve-trace-metadata into master

What does this MR do and why?

Describe in detail what your merge request does and why.

  • Use DEPLOY_VERSION (15.10.202303090320-2c01d089c4c.4cdf9772d95) value as name of deployment pipeline trace.
  • Add the version number (15.10.202303090320) as a tag to the pipeline trace. This allows us to search for traces using the version number. For example, after this MR is merged, this search should work for new pipelines: Jaeger search link
  • Also add duration and queued_duration attributes to tags of pipeline traces. They are already present in job traces. These two attributes are provided by the GitLab API.

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports