Skip to content

fix(deps): update all opentelemetry-go-contrib packages #13514

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

Merged
merged 2 commits into from
Jul 29, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2025

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/contrib/otelconf v0.16.0 -> v0.17.0 age confidence
go.opentelemetry.io/contrib/propagators/b3 v1.36.0 -> v1.37.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/otelconf)

v0.17.0

Compare Source

Update go.opentelemetry.io/otel dependency to v0.17.0

Added
  • Add ot-tracer propagator (#​562)
Changed
  • Rename project default branch from master to main.
Fixed
  • Added failure message for AWS ECS resource detector for better debugging (#​568)

Raw changes made between v0.16.0 and v0.17.0

cabeeb5 Bump github.com/labstack/echo/v4 from 4.1.17 to 4.2.0 in /instrumentation/github.com/labstack/echo/otelecho (#​577)
7fe84fd Bump github.com/labstack/echo/v4 (#​578)
8d6e61b Bump github.com/aws/aws-sdk-go from 1.37.6 to 1.37.10 in /detectors/aws (#​576)
bd90f3e Eks resource detector bugfix (#​575)
e532370 (origin/main) Fix ECS resource detector bug (#​569)
b87d221 Bump cloud.google.com/go from 0.75.0 to 0.76.0 in /detectors/gcp (#​572)
957a23c Bump actions/cache from v2 to v2.1.4 (#​571)
e3b511e Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.6 in /detectors/aws (#​570)
33003dd Bump go.mongodb.org/mongo-driver (#​573)
cc69f93 added failure message - ECS resource detector (#​568)
fd60b5f Add ot-tracer-* propagator (#​562)
bc8b54d Update default branch name to main (#​567)
e0fb74f Bump github.com/golangci/golangci-lint from 1.35.2 to 1.36.0 in /tools (#​565)
feebb9b Bump github.com/aws/aws-sdk-go from 1.36.29 to 1.37.1 in /detectors/aws (#​566)
a7d455d (upstream/master) Update workflows to include main branch as trigger (#​564)
90490ec (origin/master, origin/HEAD) Bump github.com/aws/aws-sdk-go from 1.36.23 to 1.36.29 in /detectors/aws (#​558)
33f383b Bump cloud.google.com/go from 0.74.0 to 0.75.0 in /detectors/gcp (#​531)
6e9f6d3 Bump google.golang.org/grpc from 1.34.0 to 1.35.0 in /instrumentation/google.golang.org/grpc/otelgrpc (#​543)
a101606 Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /exporters/metric/cortex (#​530)
3d7fac5 Upgrade github.com/stretchr/testify from v1.6.1 to v1.7.0 (#​557)
40b35ec Bump github.com/golangci/golangci-lint from 1.35.0 to 1.35.2 in /tools (#​526)
37f53a3 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /instrumentation/runtime (#​525)
a77bcb3 Bump github.com/stretchr/testify in /exporters/metric/dogstatsd (#​524)
77a5929 Bump google.golang.org/grpc (#​545)
bc4e070 Add code-coverage configuration to allow 1% delta (#​555)


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Jul 29, 2025
@renovate renovate bot requested a review from a team as a code owner July 29, 2025 01:50
@renovate renovate bot requested a review from evan-bradley July 29, 2025 01:50
Copy link
Contributor Author

renovate bot commented Jul 29, 2025

ℹ Artifact update notice

File name: otelcol/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
go.opentelemetry.io/otel/exporters/prometheus v0.58.0 -> v0.59.0
File name: service/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
go.opentelemetry.io/otel/exporters/prometheus v0.58.0 -> v0.59.0

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Jul 29, 2025
@bogdandrutu bogdandrutu reopened this Jul 29, 2025
Copy link

codecov bot commented Jul 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.00%. Comparing base (96f9a35) to head (e23571d).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13514      +/-   ##
==========================================
- Coverage   92.02%   92.00%   -0.02%     
==========================================
  Files         531      531              
  Lines       31045    31045              
==========================================
- Hits        28568    28564       -4     
- Misses       1951     1954       +3     
- Partials      526      527       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bogdandrutu bogdandrutu added this pull request to the merge queue Jul 29, 2025
Merged via the queue into main with commit b63f70d Jul 29, 2025
57 checks passed
@bogdandrutu bogdandrutu deleted the renovate/all-opentelemetry-go-contrib-packages branch July 29, 2025 07:23
@jade-guiton-dd
Copy link
Contributor

It looks like this PR accidentally upgraded go.opentelemetry.io/otel/exporters/prometheus back to 0.59.0, the version with this bug. We probably want to revert this.

songy23 added a commit that referenced this pull request Jul 31, 2025
github-merge-queue bot pushed a commit that referenced this pull request Jul 31, 2025
)

Reverts #13514

Context:
#13466

go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading
to unexpected suffix in metric names, we want to stay with v0.58.0
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 renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants