This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Update prom-client to the latest version 🚀 #637
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The dependency prom-client was updated from
11.5.3
to12.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: siimon
License: Apache-2.0
Release Notes for 12.0.0
Breaking
constructors, only the config object forms remain.
interval. The
timeout
option tocollectDefaultMetrics(conf)
is no longersupported or needed, and the function no longer returns a
Timeout
object.Changed
process_max_fds
is process limit, not OS (#314)Metric
labelNames & labelValues in TypeScript declaration to a generic typeT extends string
, instead ofstring
registry.getMetricsAsJSON()
registry.getMetrics*
startTimer
, when invoked returns the number of secondsprocess_start_time_seconds
Added
Commits
The new version differs by 26 commits.
21fea7e
12.0.0
41c9523
feature: remove all timestamp support (#333)
5aca6a9
fix: collect metrics on scrape, not timeout (#329)
c63689b
feat: implement advanced event loop monitoring (#278)
fc0497b
fix: remove deprecated non-config object support (#330)
9b4ef10
feat: implement GC metrics collection without native(C++) modules (#274)
c9af549
chore: add GH Actions CI (#323)
9aea513
chore: update outdated dependencies (#322)
3e82cbb
chore: spelling corrections in README (#325)
fa693f7
feat: Return the final duration value from startTimer callback (#282)
9e3e506
chore: add test for process_start_time_seconds
ddfd218
chore: correct var name in processStartTime
cd29402
chore: remove ignored package-lock.json (#320)
c0106e1
chore: drop support for Node.js 8.x (appveyor) (#321)
3087240
chore: drop support for Node.js 8.x (#315)
There are 26 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴