Skip to content

Resolve "Instrument last Git write operation per user"

What does this MR do?

Related to: #219956 (closed)

We would like to know the number of Action Monthly Active Users (AMAU) for a few different metrics.

To do this, we are using Redis HLL, which is a way to approximate the number of unique elements in a multiset at a low cost to time and memory.

More information on usage pings here.

The data we are interested in is for three different things:

  1. How many people wrote to a project repo in the last month
  2. How many people wrote to a design management in the last month
  3. How many people wrote to a wiki in the last month

Screenshots

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 Marc Shaw

Merge request reports