mozilla-mobile / telemetry-ios

A generic library for sending telemetry pings from iOS applications to Mozilla's telemetry service.
Mozilla Public License 2.0
28 stars 23 forks source link

Add event counting to CorePing #70

Open garvankeeley opened 7 years ago

garvankeeley commented 7 years ago

We plan to add to CorePing an event counter dictionary to count user events. For example: eventcount: {"new tab button": 5, "app menu button": 8}

garvankeeley commented 7 years ago

I would like if we added a synchronized array that acts as a queue to rate limit inputs to the lib while we add this.