Skip to content

Observe only sum and count in pipeline creation

Fabio Pitino requested to merge pipeline-log-only-sum-and-count into master

What does this MR do and why?

Related to Pipeline step log entries have too many fields (#371636 - closed)

The pipeline creation logger currently logs too many fields to Elasticsearch causing performance and stability issues to the stack. We need to reduce the number of fields and remove those that are not essential.

For each observation we were logging count, max, min, sum and avg. In this MR we are removing min and avg, leaving sum (the overall duration), count (to understand the number of observations that contributed to sum) and max to understand the outreach of each repeated operation.

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

Loading