express: New httpUptime metric

This commit is contained in:
Richard Hansen 2021-02-13 01:40:54 -05:00 committed by John McLear
parent e22d8dffc0
commit ac52fb8a9d
2 changed files with 6 additions and 1 deletions

View file

@ -26,7 +26,8 @@
* Database performance is significantly improved.
* Admin UI now has test coverage in CI. (The tests are not enabled by default;
see `settings.json`.)
* New stats: `activePads`, `lastDisconnected`, `memoryUsageHeap`.
* New stats/metrics: `activePads`, `httpUptime`, `lastDisconnected`,
`memoryUsageHeap`.
* For plugin authors:
* New `callAllSerial()` function that invokes hook functions like `callAll()`
except it supports asynchronous hook functions.