Skip to content

Include change type as a label on in-flight replication jobs gauge

Sami Hiltunen requested to merge smh-change-type into master

Includes replication job change type as a label in in-flight replication jobs gauge.

The metric had an abstraction around it that doesn't really fit the additional label. As this was the only metric using the said abstraction, I removed it and implemented this in the fashion of #2809 (closed) to reduce mocking, nil checking, passing the gauge around and to cover the labels in the test as well.

Merge request reports

Loading