influxdata / ui

UI for InfluxDB
89 stars 41 forks source link

firstMile: UI Eventing - Add eventing to the Load Data > Sources page #4902

Closed Luckette closed 1 year ago

Luckette commented 2 years ago

Request Add UI eventing to every option on the load data > sources page so that we can find out what the most commonly clicked options are. The majority of users are going to the "more" button on the new homepage. I want to know what users do after clicking "more" on the homepage. This ticket is quite large, so, it's understandable if it takes multiple sprints.

ACs

ACs for File Upload Events

ACs for Client Library Events

ACs for Telegraf Plugin Events

blegesse-w commented 1 year ago

events are already being captured for all listed items. event('Load data client library clicked', {type: item.name}) - Client Libraries event('Load data file upload clicked', {type: item.name}) - File Upload Section event('Load data Telegraf Plugin clicked', {type: item.name}) - Telegraf plugins