Socket
Socket
Sign inDemoInstall

prom-client

Package Overview
Dependencies
Maintainers
0
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prom-client - npm Package Versions

1
9

11.4.0

Diff

Changelog

Source

[11.4.0] - 2019-06-04

Added

  • nodejs_active_handles metric to the collectDefaultMetrics(). Unlike nodejs_active_handles_total it split count of active handles by type.
  • nodejs_active_requests metric to the collectDefaultMetrics(). Unlike nodejs_active_requests_total it split count of active requests by type.
siimon
published 11.3.0 •

Changelog

Source

[11.3.0] - 2019-04-02

Changed

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

Added

  • Added a remove() method on each metric type, based on Prometheus "Writing Client Libraries" section on labels
siimon
published 11.2.1 •

Changelog

Source

[11.2.1]

Breaking

Changed

Added

  • Updated types for Summary in typescript definition file
siimon
published 11.2.0 •

Changelog

Source

[11.2.0]

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
simenb
published 11.1.3 •

Changelog

Source

[11.1.3] - 2018-09-22

Changed

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

Changelog

Source

[11.1.2] - 2018-09-19

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
siimon
published 11.1.1 •

Changelog

Source

[11.1.1] - 2018-06-29

Changed

  • Fixed processOpenFileDescriptors metric when no custom config was set
siimon
published 11.1.0 •

Changelog

Source

[11.1.0] - 2018-06-29

  • 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
siimon
published 11.0.0 •

Changelog

Source

[11.0.0] - 2018-03-10

Breaking

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

Changelog

Source

[10.2.3] - 2018-02-28

Breaking

Changed

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

Added

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc