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

Update opentelemetry-go monorepo #11979

Merged
merged 3 commits into from
Jan 21, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/otel v1.32.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/prometheus v0.54.0 -> v0.56.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.32.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/log v0.8.0 -> v0.10.0 age adoption passing confidence
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric v1.32.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.32.0 -> v1.34.0 age adoption passing confidence

Warning

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


Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.34.0: /v0.56.0/v0.10.0

Compare Source

Overview
Changed
  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#​6167)
Fixed
  • Relax minimum Go version to 1.22.0 in various modules. (#​6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#​6143)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc client is corrected from otlphttphttp to otlptracehttp. (#​6143)
What's Changed

Full Changelog: open-telemetry/opentelemetry-go@v1.33.0...v1.34.0

v1.33.0: /v0.55.0/v0.9.0/v0.0.12

Compare Source

Overview
Added
  • Add Reset method to SpanRecorder in go.opentelemetry.io/otel/sdk/trace/tracetest. (#​5994)
  • Add EnabledInstrument interface in go.opentelemetry.io/otel/sdk/metric/internal/x. This is an experimental interface that is implemented by synchronous instruments provided by go.opentelemetry.io/otel/sdk/metric. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#​6016)
Changed
  • The default global API now supports full auto-instrumentation from the go.opentelemetry.io/auto package. See that package for more information. (#​5920)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5929)
  • Performance improvements for attribute value AsStringSlice, AsFloat64Slice, AsInt64Slice, AsBoolSlice. (#​6011)
  • Change EnabledParameters to have a Severity field instead of a getter and setter in go.opentelemetry.io/otel/log. (#​6009)
Fixed
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5954)
  • Fix invalid exemplar keys in go.opentelemetry.io/otel/exporters/prometheus. (#​5995)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/trace. (#​5997)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/log. (#​6032)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.32.0...v1.33.0


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.

Copy link
Contributor Author

renovate bot commented Dec 24, 2024

ℹ Artifact update notice

File name: cmd/mdatagen/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):

  • 2 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.34.0
golang.org/x/sys v0.28.0 -> v0.29.0
File name: component/componenttest/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
golang.org/x/sys v0.28.0 -> v0.29.0
File name: component/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 v1.32.0 -> v1.34.0
File name: config/configgrpc/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):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/rogpeppe/go-internal v1.12.0 -> v1.13.1
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.34.0
golang.org/x/sys v0.28.0 -> v0.29.0
File name: config/confighttp/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):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/rogpeppe/go-internal v1.12.0 -> v1.13.1
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.34.0
File name: config/confighttp/xconfighttp/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):

  • 3 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.32.0 -> v1.34.0
File name: exporter/exporterhelper/xexporterhelper/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):

  • 3 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.32.0 -> v1.34.0
golang.org/x/sys v0.28.0 -> v0.29.0
File name: exporter/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
golang.org/x/sys v0.28.0 -> v0.29.0
File name: extension/zpagesextension/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):

  • 3 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.32.0 -> v1.34.0
File name: processor/batchprocessor/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
golang.org/x/sys v0.28.0 -> v0.29.0
File name: processor/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
golang.org/x/sys v0.28.0 -> v0.29.0
File name: processor/memorylimiterprocessor/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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/rogpeppe/go-internal v1.12.0 -> v1.13.1
golang.org/x/sys v0.28.0 -> v0.29.0
File name: receiver/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
golang.org/x/sys v0.28.0 -> v0.29.0
File name: scraper/scraperhelper/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
golang.org/x/sys v0.28.0 -> v0.29.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):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 -> v2.25.1
go.opentelemetry.io/proto/otlp v1.3.1 -> v1.5.0
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20250115164207-1a7da9e5054f

@renovate renovate bot requested a review from mx-psi as a code owner December 24, 2024 06:25
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Dec 24, 2024
@renovate renovate bot requested review from dmathieu and a team as code owners December 24, 2024 06:25
@mx-psi mx-psi closed this Dec 24, 2024
@mx-psi mx-psi reopened this Dec 24, 2024
Copy link
Member

@songy23 songy23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems the same problem as in #11934

Copy link
Contributor

github-actions bot commented Jan 8, 2025

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jan 8, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 4e52ea6 to 3dc7ac8 Compare January 21, 2025 15:49
@mx-psi mx-psi closed this Jan 21, 2025
@mx-psi mx-psi reopened this Jan 21, 2025
I ran the following commands:

- rg -l 'go.opentelemetry.io/contrib/bridges/otelzap v0.6.0' --glob '*.mod' | xargs sd 'go.opentelemetry.io/contrib/bridges/otelzap v0.6.0' 'go.opentelemetry.io/contrib/bridges/otelzap v0.9.0'
- make gotidy
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.72%. Comparing base (bc76c32) to head (a3115bb).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11979   +/-   ##
=======================================
  Coverage   91.72%   91.72%           
=======================================
  Files         463      463           
  Lines       24821    24821           
=======================================
  Hits        22767    22767           
  Misses       1672     1672           
  Partials      382      382           

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

@mx-psi mx-psi enabled auto-merge January 21, 2025 16:11
@mx-psi mx-psi added this pull request to the merge queue Jan 21, 2025
Merged via the queue into main with commit f9341b2 Jan 21, 2025
53 checks passed
@mx-psi mx-psi deleted the renovate/opentelemetry-go-monorepo branch January 21, 2025 16:39
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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants