Added Snowplow events to the Clusters page
What does this MR do and why?
This MR adds Snowplow events to the clusters page:
- Tab changed:
label: 'kubernetes_section_tabs', action: 'change_tab', property: 'all'||'agent'||'certificate_based'
- Register Agent modal opened:
label: 'agent_registration_modal', action: 'open_modal', property: 'empty_state'||'agent_registration'
- Agent selected from the dropdown:
label: 'agent_registration_modal', action: 'select_agent'
- Register Agent button clicked:
label: 'agent_registration_modal', action: 'click_button', property: 'register'||'close'||'done'
Screenshots or screen recordings
No visual changes
How to set up and validate locally
- Go to Infrastructure -> Kubernetes Clusters
- Select the Actions button
- For the events testing you can use the Chrome Extension
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Anna Vovchenko