Skip to content

Added Snowplow events to the Clusters page

Anna Vovchenko requested to merge add-snowplow-events-to-agent-registration into master

What does this MR do and why?

This MR adds Snowplow events to the clusters page:

  1. Tab changed: label: 'kubernetes_section_tabs', action: 'change_tab', property: 'all'||'agent'||'certificate_based'
  2. Register Agent modal opened: label: 'agent_registration_modal', action: 'open_modal', property: 'empty_state'||'agent_registration'
  3. Agent selected from the dropdown: label: 'agent_registration_modal', action: 'select_agent'
  4. 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

  1. Go to Infrastructure -> Kubernetes Clusters
  2. Select the Actions button
  3. 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.

Edited by Anna Vovchenko

Merge request reports