Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps statsd-instrument from 3.9.9 to 3.9.10.

Changelog

Sourced from statsd-instrument's changelog.

Version 3.9.10

  • #398 - Fix metrics not being sent from signal trap contexts when aggregation is enabled. When the aggregator is enabled and metrics are emitted from within a signal handler (e.g., SIGTERM, SIGINT), the thread health check would fail with ThreadError: can't be called from trap context due to mutex synchronization. The aggregator now gracefully falls back to direct writes when called from a trap context, ensuring metrics are not lost during signal handling such as graceful shutdowns.
Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 15, 2025 14:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 15, 2025
Bumps [statsd-instrument](https://github.com/Shopify/statsd-instrument) from 3.9.9 to 3.9.10.
- [Changelog](https://github.com/Shopify/statsd-instrument/blob/main/CHANGELOG.md)
- [Commits](Shopify/statsd-instrument@v3.9.9...v3.9.10)

---
updated-dependencies:
- dependency-name: statsd-instrument
  dependency-version: 3.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/statsd-instrument-3.9.10 branch from 07f7f4a to 41f7305 Compare October 17, 2025 21:07
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