Skip to content

Rename container registry top-level key in usage ping payload

What does this MR do?

In !37203 (merged) (scheduled for %13.3) we added a new Usage Ping observation for the Container Registry, using a top-level key of container_registry. However, after deploying the corresponding change for version.gitlab.com, we found that a container_registry key existed before %11.1, which led to an error (see https://gitlab.com/gitlab-services/version-gitlab-com/-/issues/374).

This MR renames the Container Registry top-level key from container_registry to container_registry_server, as discussed in #199193 (comment 384136006).

Related to #199193 (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 João Pereira

Merge request reports