Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency prom-client to v12 #123

Merged
merged 1 commit into from Sep 3, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2020

This PR contains the following updates:

Package Type Update Change
prom-client dependencies major 11.x.x -> 12.x

Release Notes

siimon/prom-client

v12.0.0

Compare Source

Breaking
  • Dropped support for end-of-life Node.js versions 6.x and 8.x
  • Dropped the previously deprecated support for positional parameters in
    constructors, only the config object forms remain.
  • Default metrics are collected on scrape of metrics endpoint, not on an
    interval. The timeout option to collectDefaultMetrics(conf) is no longer
    supported or needed, and the function no longer returns a Timeout object.
Changed
  • chore: remove ignored package-lock.json
  • fix: process_max_fds is process limit, not OS (#​314)
  • Changed Metric labelNames & labelValues in TypeScript declaration to a generic type T extends string, instead of string
  • Lazy-load Node.js Cluster module to fix Passenger support (#​293)
  • fix: avoid mutation bug in registry.getMetricsAsJSON()
  • fix: improve performance of registry.getMetrics*
  • End function of histogram startTimer, when invoked returns the number of seconds
  • chore: reindent package.json
  • chore: correct var name in processStartTime
  • chore: add test for process_start_time_seconds
  • chore: spelling corrections in README
Added
  • feat: implement GC metrics collection without native(C++) modules.
  • feat: implement advanced event loop monitoring

Renovate configuration

📅 Schedule: "after 6pm every weekday,every weekend,before 8am every weekday" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the chore label Feb 20, 2020
@renovate renovate bot force-pushed the renovate_prom-client-12.x branch from f586ea8 to e691e69 Compare August 19, 2020 22:14
@DiegoRBaquero DiegoRBaquero merged commit caa04d4 into master Sep 3, 2020
@renovate renovate bot deleted the renovate_prom-client-12.x branch September 3, 2020 16:05
sa-pagerinc-automation pushed a commit that referenced this pull request Nov 6, 2020
## [5.0.1](v5.0.0...v5.0.1) (2020-11-06)

### Bug Fixes

* **deps:** update dependency @newrelic/native-metrics to v6 ([#227](#227)) ([69ef5c7](69ef5c7))
* **deps:** update dependency prom-client to v12 ([#123](#123)) ([caa04d4](caa04d4))
@sa-pagerinc-automation
Copy link

🎉 This PR is included in version 5.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants