Skip to content

fix(deps): update opentelemetry-go monorepo to v1.43.0#65

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

fix(deps): update opentelemetry-go monorepo to v1.43.0#65
renovate[bot] wants to merge 1 commit intomainfrom
renovate/opentelemetry-go-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 23, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/otel v1.28.0v1.43.0 age confidence
go.opentelemetry.io/otel/trace v1.28.0v1.43.0 age confidence

Release Notes

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

v1.43.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

v1.42.0: /v0.64.0/v0.18.0/v0.0.16

Compare Source

Added
  • Add go.opentelemetry.io/otel/semconv/v1.40.0 package.
    The package contains semantic conventions from the v1.40.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.39.0. (#​7985)
  • Add Err and SetErr on Record in go.opentelemetry.io/otel/log to attach an error and set record exception attributes in go.opentelemetry.io/otel/log/sdk. (#​7924)
Changed
  • TracerProvider.ForceFlush in go.opentelemetry.io/otel/sdk/trace joins errors together and continues iteration through SpanProcessors as opposed to returning the first encountered error without attempting exports on subsequent SpanProcessors. (#​7856)
Fixed
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to correctly handle HTTP2 GOAWAY frame. (#​7931)
  • Fix semconv v1.39.0 generated metric helpers skipping required attributes when extra attributes were empty. (#​7964)
  • Preserve W3C TraceFlags bitmask (including the random Trace ID flag) during trace context extraction and injection in go.opentelemetry.io/otel/propagation. (#​7834)
Removed
  • Drop support for [Go 1.24]. (#​7984)

What's Changed

New Contributors

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

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

Compare Source

v1.39.0

Compare Source

Overview

Added
  • Greatly reduce the cost of recording metrics in go.opentelemetry.io/otel/sdk/metric using hashing for map keys. (#​7175)
  • Add WithInstrumentationAttributeSet option to go.opentelemetry.io/otel/log, go.opentelemetry.io/otel/metric, and go.opentelemetry.io/otel/trace packages. This provides a concurrent-safe and performant alternative to WithInstrumentationAttributes by accepting a pre-constructed attribute.Set. (#​7287)
  • Add experimental observability for the Prometheus exporter in go.opentelemetry.io/otel/exporters/prometheus. Check the go.opentelemetry.io/otel/exporters/prometheus/internal/x package documentation for more information. (#​7345)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​7353)
  • Add temporality selector functions DeltaTemporalitySelector, CumulativeTemporalitySelector, LowMemoryTemporalitySelector to `go.opentelemetry.io/otel/sdk/metri

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Aug 23, 2024

ℹ Artifact update notice

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
github.com/go-logr/logr v1.4.2 -> v1.4.3
go.opentelemetry.io/otel/metric v1.28.0 -> v1.38.0

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 0d50716 to 0a7ae56 Compare September 10, 2024 23:18
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.29.0 fix(deps): update opentelemetry-go monorepo to v1.30.0 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 0a7ae56 to 6b333da Compare October 11, 2024 17:19
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.30.0 fix(deps): update opentelemetry-go monorepo Oct 11, 2024
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo fix(deps): update opentelemetry-go monorepo to v1.31.0 Oct 11, 2024
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.31.0 fix(deps): update module go.opentelemetry.io/otel to v1.31.0 Oct 26, 2024
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/otel to v1.31.0 fix(deps): update opentelemetry-go monorepo to v1.31.0 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 6b333da to d9cb1d4 Compare November 8, 2024 19:47
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.31.0 fix(deps): update opentelemetry-go monorepo to v1.32.0 Nov 8, 2024
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.32.0 fix(deps): update module go.opentelemetry.io/otel to v1.32.0 Dec 2, 2024
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/otel to v1.32.0 fix(deps): update opentelemetry-go monorepo to v1.32.0 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from d9cb1d4 to 425266b Compare December 12, 2024 19:53
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.32.0 fix(deps): update opentelemetry-go monorepo to v1.33.0 Dec 12, 2024
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.33.0 fix(deps): update module go.opentelemetry.io/otel/trace to v1.33.0 Dec 16, 2024
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/otel/trace to v1.33.0 fix(deps): update opentelemetry-go monorepo to v1.33.0 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 425266b to b144695 Compare January 19, 2025 08:28
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.33.0 fix(deps): update opentelemetry-go monorepo to v1.34.0 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from b144695 to 4619440 Compare March 5, 2025 22:36
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.34.0 fix(deps): update opentelemetry-go monorepo to v1.35.0 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 4619440 to 497c427 Compare May 21, 2025 13:41
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.35.0 fix(deps): update opentelemetry-go monorepo to v1.36.0 May 21, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 497c427 to 266d215 Compare June 25, 2025 13:47
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.36.0 fix(deps): update opentelemetry-go monorepo to v1.37.0 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 266d215 to 003cf1d Compare August 31, 2025 09:35
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.37.0 fix(deps): update opentelemetry-go monorepo to v1.38.0 Aug 31, 2025
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.38.0 fix(deps): update module go.opentelemetry.io/otel/trace to v1.38.0 Sep 26, 2025
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/otel/trace to v1.38.0 fix(deps): update opentelemetry-go monorepo to v1.38.0 Sep 26, 2025
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.38.0 fix(deps): update module go.opentelemetry.io/otel to v1.38.0 Oct 7, 2025
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/otel to v1.38.0 fix(deps): update opentelemetry-go monorepo to v1.38.0 Oct 8, 2025
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.38.0 fix(deps): update module go.opentelemetry.io/otel/trace to v1.38.0 Oct 20, 2025
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/otel/trace to v1.38.0 fix(deps): update opentelemetry-go monorepo to v1.38.0 Oct 20, 2025
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.38.0 fix(deps): update module go.opentelemetry.io/otel/trace to v1.38.0 Nov 2, 2025
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/otel/trace to v1.38.0 fix(deps): update opentelemetry-go monorepo to v1.38.0 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 003cf1d to 9ba25ea Compare December 8, 2025 19:11
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.38.0 fix(deps): update opentelemetry-go monorepo to v1.39.0 Dec 8, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 9ba25ea to 1a40180 Compare December 10, 2025 03:36
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.39.0 fix(deps): update module go.opentelemetry.io/otel/trace to v1.39.0 Dec 10, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 1a40180 to c2ee012 Compare December 10, 2025 06:06
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/otel/trace to v1.39.0 fix(deps): update opentelemetry-go monorepo to v1.39.0 Dec 10, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from c2ee012 to 72624b2 Compare December 13, 2025 13:28
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.39.0 fix(deps): update module go.opentelemetry.io/otel to v1.39.0 Dec 13, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 72624b2 to 9074d7d Compare December 13, 2025 17:29
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/otel to v1.39.0 fix(deps): update opentelemetry-go monorepo to v1.39.0 Dec 13, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 9074d7d to 571fe96 Compare March 1, 2026 13:14
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.39.0 fix(deps): update opentelemetry-go monorepo to v1.40.0 Mar 1, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 1, 2026

ℹ️ Artifact update notice

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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.25.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
go.opentelemetry.io/otel/metric v1.28.0 -> v1.43.0

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 571fe96 to e7c08fc Compare March 2, 2026 21:02
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.40.0 fix(deps): update opentelemetry-go monorepo to v1.41.0 Mar 2, 2026
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from e7c08fc to cb6e452 Compare March 6, 2026 21:35
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.41.0 fix(deps): update opentelemetry-go monorepo to v1.42.0 Mar 6, 2026
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from cb6e452 to c03e1f9 Compare April 3, 2026 14:00
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.42.0 fix(deps): update opentelemetry-go monorepo to v1.43.0 Apr 3, 2026
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.

0 participants