Skip to content

Conversation

@dependabot
Copy link

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

Bumps scout_apm from 5.4.0 to 5.6.1.

Changelog

Sourced from scout_apm's changelog.

5.6.1

  • Fix job_sample_rate and endpoint_sample_rate default configuration values (#529)

5.6.0

  • New options for sampling and ignore configurationn (#521)
    • sample_rate - Set the rate at which requests are sampled globally (1-100, a percentage of requests to keep).
    • ignore_endpoints - Ignore endpoints by regex matching prefix (Same as and replaces ignore)
    • sample_endpoints - Sample endpoints by regex matching prefix (i.e. ['/foo:70']).
    • endpoint_sample_rate - Set the rate at which all non-matching web requests are sampled.
    • ignore_jobs - Ignore Jobs by explicit name match.
    • sample_jobs - Sample Jobs by explicit name match (i.e. ['MyJob:70']).
    • job_sample_rate - Set the rate at which all non-matching background jobs are sampled.

5.5.0

  • Fix undeclared logger in grape instruments (#510)
  • Drop guaranteed support for Rubies <= 2.4
  • Instrument Resque without relying on forking per job (#514)
Commits
  • 0f759c2 fix bad rebase from previous pr by removing nil check from IntegerCoercion
  • 7eabf29 add tests for integercoercion and nullableintegercoercion
  • 48faf16 Bump to 5.6.1 with changelog update (#530)
  • 59d2be9 allow nil for integer coercion, set default web/job sample rate to nil (#529)
  • ec79f09 add sampling and ignore updates to changelog (#524)
  • b01c43f 525 add general endpoint and job sample rates (#526)
  • 5fd6d92 519 add samplingignore logic (#521)
  • 131525d 518 add new configs (#522)
  • a42f3f4 update changelog and bump version to 5.5.0 (#520)
  • 6a3133e Instrument resque without forking (#514)
  • Additional commits viewable 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 [scout_apm](https://github.com/scoutapp/scout_apm_ruby) from 5.4.0 to 5.6.1.
- [Changelog](https://github.com/scoutapp/scout_apm_ruby/blob/master/CHANGELOG.markdown)
- [Commits](scoutapp/scout_apm_ruby@v5.4.0...v5.6.1)

---
updated-dependencies:
- dependency-name: scout_apm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 24, 2025
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