Description
During the Metrics Platform => Test Kitchen renaming process, we are renaming/updating some parts but we are also duplicating some other parts while renaming the code that uses the platform. For example, things like the MetricsPlatform extension, its maintenance job and the related configuration are still running in production while we already have TestKitchen as the replacement. That means that, at some point, when all the code that use MetricsPlatform has been renamed/updated to use TestKitchen, we will have to remove all those remaining parts. So, the purpose of this ticket is to keep a list with all the things related to Metrics Platform that are still running in production and we should remove once we decide that all the related code has been updated properly to use Test Kitchen.
Acceptance criteria
- No codebase is using MetricsPlatform extension (don't confuse with usages of MetricsPlatform as metrics platform client libraries)
- MetricsPlatform is not a dependency for any other extension
- The MetricsPlatform dashboard has been removed
- We already have a TestKitchen one
- The configuration for MetricsPlatform extension has been removed (deployed)
- MetricsPlatform has been removed from releng/release (merged)
- The maintenance job has been removed
- Can/Should we remove this?
- T417568: Archive the MetricsPlatform extension