mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
change in stat storage
This commit is contained in:
parent
d01aafb98c
commit
704b9f94a6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ exports.start = async () => {
|
|||
// start up stats counting system
|
||||
const stats = require('./stats');
|
||||
let startDurations = {};
|
||||
stats.gauge('startDurations', () => durations);
|
||||
stats.gauge('startDurations', () => startDurations);
|
||||
stats.gauge('memoryUsage', () => process.memoryUsage().rss);
|
||||
stats.gauge('memoryUsageHeap', () => process.memoryUsage().heapUsed);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue