-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Developer Tools
-
2
-
Not Needed
-
Iteration Gamma Rays, Iteration Hippocamp
We will add new telemetry events for new user interactions and we will append new dimensions to events that already exist.
Existing events
New Connection - when a connection is opened
Keep the current event we have but append the number of active and inactive connections.
Connection Imported - when new connections are imported
Keep the current event we have but append the number of active and inactive connections, and connection_ids.
New events
Connection Disconnected{}
- connection_id
active_connections_count (after the closing)inactive_connections_count (after the closing)
Connection Created - when a new connection is saved
- connection_id
active_connections_countinactive_connections_count (after the creation)- color (optional)
Connection Removed
- connection_id
active_connections_countinactive_connections_count (after the removal)
- is related to
-
COMPASS-8476 Add new telemetry event for number of connections
- In Progress