Skip to content

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 added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 3, 2025
@moleske moleske merged commit c11a6bf into main Feb 4, 2025
8 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/prometheus-client-4.2.4 branch February 4, 2025 05:03
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Feb 4, 2025
Dependency updates in cloud_controller_ng:

- build(deps): bump prometheus-client from 4.2.3 to 4.2.4
    PR: cloudfoundry/cloud_controller_ng#4202
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump nokogiri from 1.18.1 to 1.18.2 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#4201
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump glob from 11.0.0 to 11.0.1 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#4200
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump rubocop from 1.71.0 to 1.71.1
    PR: cloudfoundry/cloud_controller_ng#4197
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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