Skip to content

Set Hipchat metric definitions status to removed

What does this MR do?

Part of #27954 (closed). Related to #322604 (closed).

Removal of Hipchat from project services due to its end-of-life caused Hipchat-related metrics to be permanently removed from the Usage Ping payload, because they were dynamically added to the structure.

To mitigate this, the statuses of these metrics are changed to removed, skipping the deprecation process:

"counts.groups_hipchat_active",
"counts.groups_inheriting_hipchat_active",
"counts.instances_hipchat_active",
"counts.projects_hipchat_active",
"counts.projects_inheriting_hipchat_active",
"counts.templates_hipchat_active"

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 Piotr Skorupa

Merge request reports