Raindrop/MetricsInfo: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 10: Line 10:


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.
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.
The UI will go away on the next page reload once you click the checkbox or the close button in the metrics UI. To see the UI again, you need to delete the preferences document for the metrics extension. Go here:
http://127.0.0.1:5984/raindrop/extender/schema.html#rd.pref
and click the "Show private properties" checkbox. Find the doc with the rd_key = ["pref","rdw.ext.metrics:inflow"]. If you click on the _id value it will take you to the futon app where you can delete that document. After doing that then the metrics UI will show up again.
109

edits

Navigation menu