jquery / 2012-dev-summit

Information regarding the 2012 Developer Summit in DC
14 stars 14 forks source link

open data: create splunk input to accept profile metrics #16

Closed clarkbox closed 12 years ago

clarkbox commented 12 years ago

not only would it be nice to publish the data jQuery collects; it would be great to allow users to share their data with us.

this effort involves building a Splunk input that accepts HTTP posts from a profiler running in a client.

the profiler would be an instrumentation script that duck-punches the jQuery lib, and reports back usage. we would want to throttle calls home, and also report on the environment (browser, resolution). the events would be API calls, stack traces/errors, and performance.

clarkbox commented 12 years ago

going to have profiler ping a url end point instead. no need for custom input. closed!