Skip to content

Releases: siimon/prom-client

11.3.0

02 Apr 09:38
Compare
Choose a tag to compare

Changed

  • Check that cluster worker is still connected before attempting to query it for
    metrics. (#244)

Added

11.2.1

21 Dec 13:42
Compare
Choose a tag to compare

Breaking

Changed

Added

  • Updated types for Summary in typescript definition file

11.2.0

13 Nov 08:44
Compare
Choose a tag to compare

Changed

  • Updated child dependency merge patch version to remove vulnerability.

Added

  • Added an initial benchmark suite which can be run with npm run benchmarks.
  • Add support for sliding windows in Summaries

11.1.3

04 Jun 13:18
ac74915
Compare
Choose a tag to compare

Changed

  • Fixed performance by avoiding Object.assign on hot paths, as well as
    mutating objects when appropriate.

11.1.2

19 Sep 19:37
25255c3
Compare
Choose a tag to compare

Changed

  • Allow setting Gauge values to NaN, +Inf, and -Inf
  • Fixed histogram scrape performance by using acc.push instead of acc.concat. Fixes #216 with #219

11.1.1

29 Jun 09:35
Compare
Choose a tag to compare

Changed

  • Fixed processOpenFileDescriptors metric when no custom config was set

11.1.0

29 Jun 07:18
Compare
Choose a tag to compare
  • Added ability to set a name prefix in the default metrics

Changed

  • Fixed startTimer utility to not mutate objects passed as startLabels
  • Fixed Counter to validate labels parameter of inc() against initial
    labelset
  • Fixed AggregatorFactory losing the aggregator method of metrics

11.0.0

10 Mar 12:41
Compare
Choose a tag to compare

Breaking

  • Fixed gauge.setToCurrentTime() to use seconds instead of milliseconds
  • Dropped support for node 4

10.2.3

28 Feb 10:27
Compare
Choose a tag to compare

Breaking

Changed

  • Fixed issue that registry.getMetricsAsJSON() ignores registry default labels

Added

10.2.2

02 Nov 09:34
bd55876
Compare
Choose a tag to compare

Changed

  • Fixed invalid process_virtual_memory_bytes reported under linux