Skip to content

Remove unique counter for "agent_users_using_ci_tunnel"

This MR removes the unique counter of agent_users_using_ci_tunnel.

gitlab-org/gitlab!140038 (merged) will migrate the agent_users_using_ci_tunnel to the internal event tracking to populate them with project and namespace attributes. This was necessary to get unique users for KAS overall usage. It will track events by aggregating three events: k8s_api_proxy_requests_unique_users_via_ci_access, k8s_api_proxy_requests_unique_users_via_user_access, and k8s_api_proxy_requests_unique_users_via_pat_access. By this change, GitLab Agent does not need to count and send agent_users_using_ci_tunnel anymore.

Part of gitlab-org/gitlab#428008 (closed).

Merge request reports