Skip to content

Update opentelemetry-go monorepo to v1.10.0

renovate requested to merge renovate/opentelemetry-go-monorepo into master

This MR contains the following updates:

Package Type Update Change
go.opentelemetry.io/otel require minor v1.9.0 -> v1.10.0
go.opentelemetry.io/otel/trace require minor v1.9.0 -> v1.10.0

Release Notes

open-telemetry/opentelemetry-go

v1.10.0

Compare Source

Added
  • Support Go 1.19. (#​3077) Include compatibility testing and document support. (#​3077)
  • Support the OTLP ExportTracePartialSuccess response; these are passed to the registered error handler. (#​3106)
  • Upgrade go.opentelemetry.io/proto/otlp from v0.18.0 to v0.19.0 (#​3107)
Changed
  • Fix misidentification of OpenTelemetry SpanKind in OpenTracing bridge (go.opentelemetry.io/otel/bridge/opentracing). (#​3096)
  • Attempting to start a span with a nil context will no longer cause a panic. (#​3110)
  • All exporters will be shutdown even if one reports an error (#​3091)
  • Ensure valid UTF-8 when truncating over-length attribute values. (#​3156)

Configuration

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

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

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

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports