mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-13 10:36:52 -04:00
express: Change httpUptime
to httpStartTime
(#4777)
It's better to provide a primitive value and let the consumer of the metric do math if desired. Co-authored-by: John McLear <john@mclear.co.uk>
This commit is contained in:
parent
13a0b0688f
commit
e674d9789e
3 changed files with 14 additions and 12 deletions
|
@ -30,9 +30,11 @@
|
|||
* You can now generate a link to a specific line number in a pad. Appending
|
||||
`#L10` to a pad URL will cause your browser to scroll down to line 10.
|
||||
* Database performance is significantly improved.
|
||||
* Browser caching improvements.
|
||||
* New stats/metrics: `activePads`, `httpUptime`, `lastDisconnected`,
|
||||
* Admin UI now has test coverage in CI. (The tests are not enabled by default;
|
||||
see `settings.json`.)
|
||||
* New stats/metrics: `activePads`, `httpStartTime`, `lastDisconnected`,
|
||||
`memoryUsageHeap`.
|
||||
* Browser caching improvements.
|
||||
* Users can now pick absolute white (`#fff`) as their color.
|
||||
* The `settings.json` template used for Docker images has new variables for
|
||||
controlling rate limiting.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue