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

Bump statsd-instrument from 3.9.3 to 3.9.7 #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps statsd-instrument from 3.9.3 to 3.9.7.

Changelog

Sourced from statsd-instrument's changelog.

Version 3.9.7

  • #389 - Fixing bug with BatchedSink constructor when using UDS, the constructor was not properly passing the Sink to the BatchedSink.

Version 3.9.6

  • #388 - Properly fixing the bug when using aggregation and sending sampled histograms, now the client will respect the sampling rate when sending the metrics and pass it down to the aggregator.

Version 3.9.5

  • #387 - Fixing bug when using aggregation and sending sampled histogram metrics, they will not be scaled properly because of missing sampling rate in the final sent sample.

Version 3.9.4

  • #384 - Aggregation: fixing bug when sending metrics synchronously e.g. when the main thread is killed and we are forced to flush the metrics.
Commits
  • fa7b330 UDS: fixing batched sink constructor (#389)
  • 073423f Aggregation: actually passing down sample_rate to aggregator (#388)
  • 959f0b7 Aggregation: send sampling rate for timings when it is given (#387)
  • 5579139 Aggregation: fixing bug when sending metrics synchronously (#384)
  • 4de98f4 Adding coverage support when COVERAGE is enabled (#385)
  • 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 [statsd-instrument](https://github.com/Shopify/statsd-instrument) from 3.9.3 to 3.9.7.
- [Changelog](https://github.com/Shopify/statsd-instrument/blob/main/CHANGELOG.md)
- [Commits](Shopify/statsd-instrument@v3.9.3...v3.9.7)

---
updated-dependencies:
- dependency-name: statsd-instrument
  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 Nov 7, 2024
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.

0 participants