Merge new metrics implemented with Instrumentation classes to Usage Ping
Merge New Metrics Instrumented with classes to usage ping generated `usage_data.rb`
We would like to move out logic from `usage_data.rb` and start using the instrumentation classes in order to achieve this we should start using the instrumentation classes in Usage Ping generation.
### Concerns/Notes
* Most of the new metrics added are redis hll counters, the Redis HLL counters are added dynamically we should stop this and add the metrics only if they are instrumented.
* Maybe the place we should start migrating the counters to instrumented class is Redis HLL counters
epic