Migrate redis_hll metrics to instrumentation classes framework
Background
Gitlab::UsageDataCounters::HLLRedisCounter.unique_events_data
was used to collect all Redis HLL metrics data and add it to Service Ping payload. With new instrumentation classes framework there is new unified approach into adding metrics into Service Ping payload.
Goals
- Add ability to incrementally remove redis hll metrics by category they belongs to from being auto added into ServicePing payload
- Add ability to declare
known_events
entries for EE only metrics - Migrate categories into instrumentation classes framework
-
ci_users -
compliance -
error_tracking -
ide_edit -
importer -
incident_management_alerts -
pipeline_authoring -
secure -
search -
snippets -
source_code -
terraform -
testing -
work_items
-
Edited by Mikołaj Wawrzyniak