Skip to content

Update opentelemetry-go monorepo#615

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/opentelemetry-go-monorepo
Open

Update opentelemetry-go monorepo#615
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/opentelemetry-go-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 3, 2026

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/otel v1.42.0v1.43.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0v1.43.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0v1.43.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0v1.43.0 age confidence
go.opentelemetry.io/otel/exporters/prometheus v0.64.0v0.65.0 age confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.42.0v1.43.0 age confidence
go.opentelemetry.io/otel/metric v1.42.0v1.43.0 age confidence
go.opentelemetry.io/otel/sdk/metric v1.42.0v1.43.0 age confidence
go.opentelemetry.io/otel/trace v1.42.0v1.43.0 age confidence

Release Notes

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

v1.43.0: /v0.65.0/v0.19.0

Compare Source

Added

  • Add IsRandom and WithRandom on TraceFlags, and IsRandom on SpanContext in go.opentelemetry.io/otel/trace
    for W3C Trace Context Level 2 Random Trace ID Flag support. (#​8012)
  • Add service detection with WithService in go.opentelemetry.io/otel/sdk/resource. (#​7642)
  • Add DefaultWithContext and EnvironmentWithContext in go.opentelemetry.io/otel/sdk/resource to support plumbing context.Context through default and environment detectors. (#​8051)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#​8038)
  • Add support for per-series start time tracking for cumulative metrics in go.opentelemetry.io/otel/sdk/metric.
    Set OTEL_GO_X_PER_SERIES_START_TIMESTAMPS=true to enable. (#​8060)
  • Add WithCardinalityLimitSelector for metric reader for configuring cardinality limits specific to the instrument kind. (#​7855)

Changed

  • Introduce the EMPTY Type in go.opentelemetry.io/otel/attribute to reflect that an empty value is now a valid value, with INVALID remaining as a deprecated alias of EMPTY. (#​8038)
  • Refactor slice handling in go.opentelemetry.io/otel/attribute to optimize short slice values with fixed-size fast paths. (#​8039)
  • Improve performance of span metric recording in go.opentelemetry.io/otel/sdk/trace by returning early if self-observability is not enabled. (#​8067)
  • Improve formatting of metric data diffs in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#​8073)

Deprecated

  • Deprecate INVALID in go.opentelemetry.io/otel/attribute. Use EMPTY instead. (#​8038)

Fixed

  • Return spec-compliant TraceIdRatioBased description. This is a breaking behavioral change, but it is necessary to
    make the implementation spec-compliant. (#​8027)
  • Fix a race condition in go.opentelemetry.io/otel/sdk/metric where the lastvalue aggregation could collect the value 0 even when no zero-value measurements were recorded. (#​8056)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to mitigate excessive memory usage caused by a misconfigured or malicious server.
    Responses exceeding the limit are treated as non-retryable errors. (#​8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to mitigate excessive memory usage caused by a misconfigured or malicious server.
    Responses exceeding the limit are treated as non-retryable errors. (#​8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to mitigate excessive memory usage caused by a misconfigured or malicious server.
    Responses exceeding the limit are treated as non-retryable errors. (#​8108)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for kenv command on BSD. (#​8113)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to correctly handle HTTP2 GOAWAY frame. (#​8096)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.42.0...v1.43.0


Configuration

📅 Schedule: (UTC)

  • 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 PR is behind base branch, 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 requested a review from XSAM as a code owner April 3, 2026 09:58
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 3, 2026

ℹ️ Artifact update notice

File name: example/otel-collector/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
go.opentelemetry.io/otel/sdk v1.42.0 -> v1.43.0
google.golang.org/grpc v1.79.3 -> v1.80.0
go.opentelemetry.io/proto/otlp v1.9.0 -> v1.10.0
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20260330182312-d5a96adf58d8 -> v0.0.0-20260401024825-9d38bb4040a9
File name: example/stdout/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
go.opentelemetry.io/otel/sdk v1.42.0 -> v1.43.0
github.com/prometheus/procfs v0.19.2 -> v0.20.1
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
golang.org/x/sys v0.41.0 -> v0.42.0
File name: 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/sdk v1.42.0 -> v1.43.0
golang.org/x/sys v0.41.0 -> v0.42.0

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.5%. Comparing base (9af8b52) to head (4b3d6d3).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #615   +/-   ##
=====================================
  Coverage   85.5%   85.5%           
=====================================
  Files         15      15           
  Lines        694     694           
=====================================
  Hits         594     594           
  Misses        74      74           
  Partials      26      26           

☔ 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.

@renovate renovate Bot force-pushed the renovate/opentelemetry-go-monorepo branch from 8815d0c to ea672a6 Compare April 3, 2026 19:26
@XSAM XSAM added this to the v0.43.0 milestone Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/opentelemetry-go-monorepo branch 2 times, most recently from 8415fde to 5596343 Compare April 8, 2026 20:40
@renovate renovate Bot force-pushed the renovate/opentelemetry-go-monorepo branch 5 times, most recently from 824b100 to c1ad01a Compare April 22, 2026 15:43
@renovate renovate Bot force-pushed the renovate/opentelemetry-go-monorepo branch 2 times, most recently from b8c5686 to 39d62b4 Compare May 3, 2026 09:03
@renovate renovate Bot changed the title Update opentelemetry-go monorepo Update opentelemetry-go monorepo to v1.43.0 May 3, 2026
@renovate renovate Bot force-pushed the renovate/opentelemetry-go-monorepo branch from 39d62b4 to 9354d29 Compare May 3, 2026 13:34
@renovate renovate Bot changed the title Update opentelemetry-go monorepo to v1.43.0 Update opentelemetry-go monorepo May 3, 2026
@renovate renovate Bot force-pushed the renovate/opentelemetry-go-monorepo branch from 9354d29 to 191ac15 Compare May 9, 2026 00:43
@renovate renovate Bot force-pushed the renovate/opentelemetry-go-monorepo branch from 191ac15 to 4b3d6d3 Compare May 9, 2026 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant