Skip to content

Clean up after redis counters migration

Michał Wielich requested to merge michold-cleanup-migration-metrics into master

What does this MR do and why?

Related to #374685 (closed)

After all Redis metrics have been moved to instrumentations classes, we can change UsageDataCounters class to get rid of the unmigrated_counters method and remove its usage in UsageData class.

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 Michał Wielich

Merge request reports