summaryrefslogtreecommitdiff
path: root/src/node/stats.js
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2013-10-27 17:42:55 +0100
committerMarcel Klehr <mklehr@gmx.net>2013-10-27 17:42:55 +0100
commit940f114a84d8a216e9a3f87f609494b2390d866e (patch)
tree50e4930289d2f7447a40a765fe9a95e4e3f7047f /src/node/stats.js
parentb1b801e7c7dfa5c8a9cda44cbf121cd6651b6845 (diff)
downloadetherpad-lite-940f114a84d8a216e9a3f87f609494b2390d866e.zip
Record metrics with 'measured'
Diffstat (limited to 'src/node/stats.js')
-rw-r--r--src/node/stats.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/node/stats.js b/src/node/stats.js
new file mode 100644
index 00000000..24efaf4a
--- /dev/null
+++ b/src/node/stats.js
@@ -0,0 +1,3 @@
+var measured = require('measured')
+
+module.exports = measured.createCollection(); \ No newline at end of file