springernature / boomcatch

A standalone, node.js-based beacon receiver for boomerang.
GNU General Public License v3.0
110 stars 33 forks source link

Clicks plugin with STATSD #115

Open mzheng15 opened 4 years ago

mzheng15 commented 4 years ago

I have boomerang embedded in my UI and I'm using the Clicks plugin to capture details about user clicks. My local boomcatch is receiving beacons every time I click, which is what I want. I want the data to be mapped to STATSD. However, I know that the STATSD mapper in boomcatch only supports RT, NavTiming, and ResTiming. Has anyone made a STATSD mapper that is compatible with Clicks?

Thank you in advance!