Skip to content

Support multiple HLL redis counter files

Giorgenes Gelatti requested to merge support-multiple-events-file into master

What does this MR do?

Allow HLLRedisCounter class to load event list from multiple files. Instead of loading known_events.yml, it now load known_events*.yml, which will support additional files like known_events_package.yml, for example.

The aggregated metrics file was also modified to support a wildcard.

This will be used to add package events (whose list is too big to manage by hand).

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Giorgenes Gelatti

Merge request reports