Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Bump prometheus-client from 4.2.3 to 4.2.4#2000

Merged
dependabot[bot] merged 1 commit intomainfrom
dependabot/bundler/prometheus-client-4.2.4
Feb 23, 2025
Merged

Bump prometheus-client from 4.2.3 to 4.2.4#2000
dependabot[bot] merged 1 commit intomainfrom
dependabot/bundler/prometheus-client-4.2.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps prometheus-client from 4.2.3 to 4.2.4.

Release notes

Sourced from prometheus-client's releases.

v4.2.4

4.2.4 / 2025-02-02

Codename: FOSDEM 25th Anniversary Edition

Small improvements

  • #316 Use binary search for histogram buckets: This change speeds up observations in histogram metrics by using a binary search rather than a sequential search through the bucket array. This is possible because we enforce that histogram buckets are sorted at initialization.
Changelog

Sourced from prometheus-client's changelog.

4.2.4 / 2025-02-02

Codename: FOSDEM 25th Anniversary Edition

Small improvements

  • #316 Use binary search for histogram buckets: This change speeds up observations in histogram metrics by using a binary search rather than a sequential search through the bucket array. This is possible because we enforce that histogram buckets are sorted at initialization.
Commits
  • 32b0e8f Merge pull request #320 from prometheus/sinjo-prepare-4-2-4
  • 28c0145 Prepare release 4.2.4
  • 99f0682 Merge pull request #319 from prometheus/sinjo-test-ruby-3-4
  • e0448dc Merge pull request #316 from simpl1g/improve-histogram-performance
  • 3c74b97 Add Ruby 3.4 to build matrix
  • 100f46c Use binary search for histogram buckets
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prometheus-client](https://github.com/prometheus/client_ruby) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/prometheus/client_ruby/releases)
- [Changelog](https://github.com/prometheus/client_ruby/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_ruby@v4.2.3...v4.2.4)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from nilsding as a code owner February 3, 2025 09:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 3, 2025
Copy link
Member

@pixeldesu pixeldesu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit b4fa25f into main Feb 23, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/prometheus-client-4.2.4 branch February 23, 2025 00:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant