Skip to content

Remove cluster application name event definition

What does this MR do and why?

Removes the definition file for the event with the action cluster application name

This event was never reported according to this query in our data warehouse.

SELECT * FROM common_mart.mart_behavior_structured_event WHERE event_action = 'cluster application name'

The MR linked in the event definition, !23000 (diffs), introduces events with different names, but those are also no longer present in the codebase.

As a result the easiest change is to completely remove the event definition since it provides no value in its current state.

Discovered through #434555 (comment 1688744993).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports