What's Changed
Fix usage of the Metrics Timer. by @maciejtrybilo in #135
When using the
Timer
aggregate the measurements by status and job name rather than by status and job id.Job id is unique to each job run and therefore in the current implementation a new summary is created for each job run which doesn’t collect useful metrics data and causes excessive memory usage.
Reviewers
Thanks to the reviewers for their help:
This patch was released by @0xTim
Full Changelog: 1.16.0...1.16.1