prom-client
Advanced tools
Changelog
[11.4.0] - 2019-06-04
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.Changelog
[11.3.0] - 2019-04-02
remove()
method on each metric type, based on Prometheus "Writing Client Libraries" section on labelsChangelog
[11.2.1]
Changelog
[11.2.0]
merge
patch version to remove vulnerability.benchmark
suite which can be run with npm run benchmarks
.Changelog
[11.1.3] - 2018-09-22
Object.assign
on hot paths, as well as
mutating objects when appropriate.Changelog
[11.1.2] - 2018-09-19
histogram
scrape performance by using acc.push
instead of acc.concat
. Fixes #216 with #219Changelog
[11.1.1] - 2018-06-29
processOpenFileDescriptors
metric when no custom config was setChangelog
[11.1.0] - 2018-06-29
startTimer
utility to not mutate objects passed as startLabels
Counter
to validate labels parameter of inc()
against initial
labelsetAggregatorFactory
losing the aggregator method of metricsChangelog
[11.0.0] - 2018-03-10
gauge.setToCurrentTime()
to use seconds instead of milliseconds