Microservices-with-Node-JS-and-React-Improved
Microservices-with-Node-JS-and-React-Improved copied to clipboard
Bump prom-client from 13.2.0 to 14.1.1 in /app/auth
Bumps prom-client from 13.2.0 to 14.1.1.
Release notes
Sourced from prom-client's releases.
v14.1.1
What's Changed
- Fix incompatibility with
perf_hooksaccross nodejs versions by@Fadoliin siimon/prom-client#515New Contributors
@mrfussionmade their first contribution in siimon/prom-client#526@Fadolimade their first contribution in siimon/prom-client#515Full Changelog: https://github.com/siimon/prom-client/compare/v14.1.0...v14.1.1
v14.1.0
Changed
types: converted all the generic Metric types to be optional
The
done()functions returned bygauge.startTimer()andsummary.startTimer()now return the timed duration. Histograms already had this behavior.types: fixed type for
registry.getMetricsAsArray()Improve performance of
gague.inc()andgauge.dec()by callinghashObject()once.Added
The
processResourcesmetric was added, which keeps a track of all sorts of active resources. It consists of the following gauges:
nodejs_active_resources- Number of active resources that are currently keeping the event loop alive, grouped by async resource type.nodejs_active_resources_total- Total number of active resources. It is supposed to provide the combined result of theprocessHandlesandprocessRequestsmetrics along with information about any other types of async resources that these metrics do not keep a track of (like timers).Support gzipped pushgateway requests
New Contributors
@thierrylamarremade their first contribution in siimon/prom-client#477@RaisinTenmade their first contribution in siimon/prom-client#485@mdornseifmade their first contribution in siimon/prom-client#489@justinmchasemade their first contribution in siimon/prom-client#496@RomanYarmade their first contribution in siimon/prom-client#505@tuyennhvmade their first contribution in siimon/prom-client#503@vpalmisanomade their first contribution in siimon/prom-client#508Full Changelog: https://github.com/siimon/prom-client/compare/v14.0.1...v14.1.0
v14.0.1
What's Changed
... (truncated)
Changelog
Sourced from prom-client's changelog.
[14.1.1] - 2022-12-31
Changed
- Increase compatibility with external build system such as
rollupby making perf_hooks optional in gc.js[14.1.0] - 2022-08-23
Changed
types: converted all the generic Metric types to be optional
The
done()functions returned bygauge.startTimer()andsummary.startTimer()now return the timed duration. Histograms already had this behavior.types: fixed type for
registry.getMetricsAsArray()Improve performance of
gague.inc()andgauge.dec()by callinghashObject()once.Added
The
processResourcesmetric was added, which keeps a track of all sorts of active resources. It consists of the following gauges:
nodejs_active_resources- Number of active resources that are currently keeping the event loop alive, grouped by async resource type.nodejs_active_resources_total- Total number of active resources. It is supposed to provide the combined result of theprocessHandlesandprocessRequestsmetrics along with information about any other types of async resources that these metrics do not keep a track of (like timers).Support gzipped pushgateway requests
[14.0.1] - 2021-11-02
Changed
- changed: typedef for pushgateway to reflect js implementation.
[14.0.0] - 2021-09-18
Breaking
changed:
linearBucketsdoes not propagate rounding errors anymore.Fewer bucket bounds will be affected by rounding errors. Histogram bucket labels may change.
6f1f3b2changed: The push gateway methods
pushAdd(),push()anddelete()now
... (truncated)
Commits
cf6106f14.1.17e2d65dFix incompatibility with perf_hooks accross nodejs versions (#515)15babd5fix examples of push gateway in README.mda6e3510chore(ci): test node 19 (#520)20f67ecchore: actually interpolate node version in node_modules cache key (#513)c1fb4d9chore: update prettier (#510)d1673f2chore: update GH Actions (#512)e21178echore: add .npmrc (#511)0cf38e814.1.04abe55echore: update changelog for release- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)