Skip to content

Track unique wiki page views in Usage Ping

Markus Koller requested to merge 262686-track-unique-wiki-page-views into master

What does this MR do?

We currently only have a total count of wiki page views, and also a combined unique users counter for creates/updates/deletes, which is increased automatically through TrackUniqueEvents for any actions that create Event records.

We want to include wiki page views in the same HLL counter, so we use the same event name wiki_action.

Ref: #262686 (closed)

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 Markus Koller

Merge request reports