atom / telemetry

sends usage metrics to GitHub's internal analytics pipeline
MIT License
11 stars 12 forks source link

add the ability to record timing metrics #14

Closed annthurium closed 6 years ago

annthurium commented 6 years ago

Addresses https://github.com/atom/telemetry/issues/13

Of course, you could record timing metrics with addCustomEvent but what's the fun in that? Having a separate data format for timers (should) makes it easier to parse this data on the back end.

This pull request:

Future work: