docs: direct link to measured.Collection from stats.md

This commit is contained in:
"muxator ext:(%22) 2018-08-14 13:27:31 +02:00
parent 42a0772955
commit d499e1b046
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ We currently measure:
Under the hood, we are happy to rely on [measured](https://github.com/felixge/node-measured) for all our metrics needs.
To modify or simply access our stats in your plugin, simply `require('ep_etherpad-lite/stats')` which is a `measured.Collection`.
To modify or simply access our stats in your plugin, simply `require('ep_etherpad-lite/stats')` which is a [`measured.Collection`](https://yaorg.github.io/node-measured/packages/measured-core/Collection.html).