This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
Releases: overleaf/metrics-module
Releases · overleaf/metrics-module
3.1.0
3.0.0
This release changes the package name from metrics-sharelatex
to @overleaf/metrics
Other changes:
- remove package-lock.json (not needed for library)
- decaffeinate
- remove statsd
2.6.2
Add http request size
2.5.1
Reduce summary time window to 60s
2.4.0
add options to count method
fix gauge constructor
add global gauge method
Merge pull request #9 from sharelatex/bg-allow-non-host-specific-metrics allow a global gauge not specific to a host
handle undefined logger in event loop monitor
Merge pull request #8 from sharelatex/bg-handle-undefined-logger handle undefined logger in event loop monitor
Add `timeAsyncMethod` helper
timeAsyncMethod
wraps a method in a timer
Extra support for count and timers
Added support for the support for statsd count method to allow arbitrary increments.
Timers now return the elapsed time, allowing additional computations.
v1.2.0
Add support for mongodb-core driver