Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Releases: overleaf/metrics-module

3.1.0

Choose a tag to compare

@briangough briangough released this 04 Sep 14:57
  • enable compression for the /metrics route
  • use public node api for getting the response content-length
  • use index.js for module entrypoint instead of metrics.js

3.0.0

Choose a tag to compare

@briangough briangough released this 07 Aug 09:24

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

Choose a tag to compare

@briangough briangough released this 31 Mar 14:34

Add http request size

2.5.1

Choose a tag to compare

@briangough briangough released this 11 Mar 10:17
dd0bae5

Reduce summary time window to 60s

2.4.0

Choose a tag to compare

@briangough briangough released this 16 Dec 11:51
b41c97f

add options to count method
fix gauge constructor

add global gauge method

Choose a tag to compare

@briangough briangough released this 21 May 07:51
e57f1a8
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

Choose a tag to compare

@briangough briangough released this 10 May 09:28
046d780
Merge pull request #8 from sharelatex/bg-handle-undefined-logger

handle undefined logger in event loop monitor

Add `timeAsyncMethod` helper

Choose a tag to compare

@JuneKelly JuneKelly released this 24 Mar 09:46
  • timeAsyncMethod wraps a method in a timer

Extra support for count and timers

Choose a tag to compare

@briangough briangough released this 17 Mar 09:40

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

Choose a tag to compare

@briangough briangough released this 06 Aug 08:42

Add support for mongodb-core driver