Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on opentelemetry-instrumentation-all to permit the latest version.

Release notes

Sourced from opentelemetry-instrumentation-all's releases.

opentelemetry-instrumentation-all 0.85.0

v0.85.0 / 2025-10-11

  • ADDED: Ruby Logger instrumentation
  • BREAKING CHANGE: aws_sdk Suppress internal spans by default
Changelog

Sourced from opentelemetry-instrumentation-all's changelog.

v0.85.0 / 2025-10-11

  • ADDED: Ruby Logger instrumentation
  • BREAKING CHANGE: aws_sdk Suppress internal spans by default

v0.84.0 / 2025-09-27

  • ADDED: Minimum version of opentelemetry-api v1.7.0

v0.83.0 / 2025-09-27

  • ADDED: Update trilogy instrumentation to v0.62.0

v0.82.0 / 2025-09-18

  • BREAKING CHANGE: AWS Lambda: Check if span has the attributes method to avoid internal error

  • FIXED: AWS Lambda: Check if span has the attributes method to avoid internal error

v0.81.0 / 2025-09-16

  • ADDED: Anthropic initial instrumentation
  • ADDED: Add Net::HTTP OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1572

v0.80.0 / 2025-08-19

ADDED: Add OTEL_SEMCONV_STABILITY_OPT_IN environment variable compatibility for Rack. This includes an integration with Action Pack (Rails) and Sinatra instrumentation libraries. #1594

v0.79.0 / 2025-08-18

  • ADDED: Add HTTPX instrumentation to all
  • ADDED: Add Ethon OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1561
  • ADDED: Add Excon OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1569
  • ADDED: Add Faraday OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1592
  • ADDED: Add HTTPClient OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1588
  • ADDED: HTTPX OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1589
  • ADDED: Add REST Client OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1568

v0.78.0 / 2025-06-17

  • ADDED: Add OTEL_SEMCONV_STABILITY_OPT_IN environment variable to HTTP.rb instrumentation #1547

v0.77.0 / 2025-06-03

  • ADDED: Suppress internal spans with Faraday instrumentation
  • FIXED: Handle force_flush for rake task with arguments

v0.76.0 / 2025-05-06

  • ADDED: Update minimum required version of rdkafka to 0.18.0

... (truncated)

Commits
  • b5bc21c release: Release 4 gems (#1736)
  • a3f5b5d chore: update rubocop requirement from ~> 1.80.2 to ~> 1.81.1 (#1705)
  • 4d13ce3 feat: Ruby Logger instrumentation (#983)
  • 3b1dfa9 release: Release 54 gems (#1706)
  • b1343a1 release: Release opentelemetry-instrumentation-all 0.83.0 (was 0.82.0) (#1700)
  • 760acc2 release: Release opentelemetry-instrumentation-trilogy 0.62.0 (was 0.61.1) (#...
  • 0187ab5 release: Release 2 gems (#1686)
  • 2346210 chore: update rubocop-performance requirement from ~> 1.25.0 to ~> 1.26.0 (#1...
  • 2006918 chore: update rubocop requirement from ~> 1.79.1 to ~> 1.80.2 (#1662)
  • 97ac87c chore: Update all changelog (#1680)
  • Additional commits viewable in compare view

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)

…< 0.85.0 to >= 0.39.1, < 0.86.0

Updates the requirements on [opentelemetry-instrumentation-all](https://github.com/open-telemetry/opentelemetry-ruby-contrib) to permit the latest version.
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/all/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby-contrib@opentelemetry-instrumentation-all/v0.39.1...opentelemetry-instrumentation-all/v0.85.0)

---
updated-dependencies:
- dependency-name: opentelemetry-instrumentation-all
  dependency-version: 0.85.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 13, 2025
@AgaDufrat
Copy link
Contributor

Adding to the backlog as there's a breaking change to aws_sdk so requires more consideration.

@AgaDufrat AgaDufrat marked this pull request as draft October 13, 2025 14:07
@AgaDufrat AgaDufrat self-assigned this Oct 16, 2025
@AgaDufrat
Copy link
Contributor

The new default behaviour of the aws_sdk instrumentation to not capture or report these internal spans seems ok.
Those are generates internally by AWS SDK for its own processes or internal operations. Hence not typically very useful for external observability. This is done to avoid cluttering your tracing data with unnecessary details that don’t provide value in understanding the performance or behaviour of your applications.

@AgaDufrat AgaDufrat marked this pull request as ready for review October 16, 2025 13:34
@AgaDufrat AgaDufrat merged commit 1565653 into main Oct 16, 2025
10 checks passed
@AgaDufrat AgaDufrat deleted the dependabot/bundler/opentelemetry-instrumentation-all-gte-0.39.1-and-lt-0.86.0 branch October 16, 2025 13:34
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