Raindrop/MetricsInfo

From MozillaWiki
< Raindrop
Revision as of 00:30, 7 November 2009 by Jrburke (talk | contribs)
Jump to navigation Jump to search

This is a placeholder on how we want to collect metrics from Raindrop for use in product design.

Basic deal: we want to use this project ourselves, we like our privacy, and similarly, we respect your privacy. No distinguishing data will be collected about you, just aggregated numbers. You have control and can turn it off. Leaving metrics turned on means you get to help make Raindrop awesome without having to do any work!

Right now the latest code just logs a metric in the raindrop-metrics database. If you installed couchdb in the default configuration, you can look at what is stored in that metrics db by going to:

http://127.0.0.1:5984/_utils/database.html?raindrop-metrics

Right now those metrics are not sent to a central server, but that is planned for the future.

Right now metrics are only enabled for the inflow app, and the metrics code is done as a front end extension, rdw.ext.metrics, so you can also disable the metrics code completely by disabling the extension. Also, first time you load up Raindrop, there is some UI that lets you turn it off via a checkbox.