Skip to content

Disallow distinct count for regular batch count

What does this MR do?

Raises an error when distinct count is called for the ordinary batch counter

  • Distinct counts should use distinct_count method optimized for slower distinct counting.
  • This ensures telemetry usage counters are using optimized defaults for distinct counting

Main issue #213062 (closed)

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 Alper Akgun

Merge request reports