Skip to content

fix(deps): update opentelemetry-go monorepo#36

Open
elastic-renovate-prod[bot] wants to merge 2 commits intomainfrom
renovate/opentelemetry-go-monorepo
Open

fix(deps): update opentelemetry-go monorepo#36
elastic-renovate-prod[bot] wants to merge 2 commits intomainfrom
renovate/opentelemetry-go-monorepo

Conversation

@elastic-renovate-prod
Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/otel require minor v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/log require minor v0.13.0 -> v0.17.0
go.opentelemetry.io/otel/log/logtest require minor v0.13.0 -> v0.17.0
go.opentelemetry.io/otel/metric require minor v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk require minor v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk/metric require minor v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/trace require minor v1.37.0 -> v1.41.0

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.41.0: /v0.63.0/v0.17.0/v0.0.15

Compare Source

This release is the last to support Go 1.24. The next release will require at least Go 1.25.

Added
Fixed
  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#​7880)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.40.0...v1.41.0

v1.40.0: /v0.62.0/v0.16.0

Compare Source

Overview
Added
  • Add Enabled method to all synchronous instrument interfaces (Float64Counter, Float64UpDownCounter, Float64Histogram, Float64Gauge, Int64Counter, Int64UpDownCounter, Int64Histogram, Int64Gauge,) in go.opentelemetry.io/otel/metric. This stabilizes the synchronous instrument enabled feature, allowing users to check if an instrument will process measurements before performing computationally expensive operations. (#​7763)
  • Add AlwaysRecord sampler in go.opentelemetry.io/otel/sdk/trace. (#​7724)
  • Add go.opentelemetry.io/otel/semconv/v1.39.0 package. The package contains semantic conventions from the v1.39.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.38.0. (#​7783, #​7789)
Changed
  • Exporter in go.opentelemetry.io/otel/exporters/prometheus ignores metrics with the scope go.opentelemetry.io/contrib/bridges/prometheus. This prevents scrape failures when the Prometheus exporter is misconfigured to get data from the Prometheus bridge. (#​7688)
  • Improve performance of concurrent histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#​7474)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric. (#​7492)
  • Improve the concurrent performance of HistogramReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar by 4x. (#​7443)
  • Improve performance of concurrent synchronous gauge measurements in go.opentelemetry.io/otel/sdk/metric. (#​7478)
  • Improve performance of concurrent exponential histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#​7702)
  • Improve the concurrent performance of FixedSizeReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar. (#​7447)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#​7854)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#​7854)
Fixed
  • Fix bad log message when key-value pairs are dropped because of key duplication in go.opentelemetry.io/otel/sdk/log. (#​7662)
  • Fix DroppedAttributes on Record in go.opentelemetry.io/otel/sdk/log to not count the non-attribute key-value pairs dropped because of key duplication. (#​7662)
  • Fix SetAttributes on Record in go.opentelemetry.io/otel/sdk/log to not log that attributes are dropped when they are actually not dropped. (#​7662)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for ioreg command on Darwin (macOS). (#​7818)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to correctly handle HTTP2 GOAWAY frame. (#​7794)
Deprecated
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.39.0...v1.40.0

v1.39.0: /v0.61.0/v0.15.0/v0.0.14

Compare Source

Overview
Added
  • Greatly reduce the cost of recording metrics in `go.ope

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 has been generated by Renovate Bot.

@elastic-renovate-prod
Copy link
Copy Markdown
Author

ℹ 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):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.41.0
golang.org/x/sys v0.33.0 -> v0.41.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):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel v1.37.0 -> v1.41.0
golang.org/x/sys v0.33.0 -> v0.41.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):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/metric v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.41.0
golang.org/x/sys v0.33.0 -> v0.41.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):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/metric v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.41.0
golang.org/x/sys v0.34.0 -> v0.41.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):

  • 6 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.41.0
golang.org/x/sys v0.34.0 -> v0.41.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):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/metric v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.41.0
golang.org/x/sys v0.33.0 -> v0.41.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):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
golang.org/x/sys v0.33.0 -> v0.41.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):

  • 6 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.41.0
golang.org/x/sys v0.34.0 -> v0.41.0
File name: internal/telemetry/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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
golang.org/x/sys v0.33.0 -> v0.41.0
File name: pdata/xpdata/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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/otel v1.37.0 -> v1.41.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):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/log v0.13.0 -> v0.17.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.41.0
golang.org/x/sys v0.33.0 -> v0.41.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):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/log v0.13.0 -> v0.17.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.41.0
golang.org/x/sys v0.33.0 -> v0.41.0
File name: processor/processorhelper/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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/log v0.13.0 -> v0.17.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.41.0
golang.org/x/sys v0.33.0 -> v0.41.0
File name: receiver/otlpreceiver/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):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/log v0.13.0 -> v0.17.0
go.opentelemetry.io/otel/metric v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.41.0
golang.org/x/sys v0.34.0 -> v0.41.0
File name: receiver/receiverhelper/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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/log v0.13.0 -> v0.17.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.41.0
golang.org/x/sys v0.33.0 -> v0.41.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):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/log v0.13.0 -> v0.17.0
golang.org/x/sys v0.33.0 -> v0.41.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):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
golang.org/x/sys v0.34.0 -> v0.41.0

@cla-checker-service
Copy link
Copy Markdown

❌ Author of the following commits did not sign a Contributor Agreement:
, c7a3b91

Please, read and sign the above mentioned agreement if you want to contribute to this project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants