mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
docs: direct link to measured.Collection from stats.md
This commit is contained in:
parent
42a0772955
commit
d499e1b046
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue