Skip to content

chore(deps): update opentelemetry to v0.152.1 (main)#6390

Merged
elastic-renovate-prod[bot] merged 1 commit into
mainfrom
renovate/main-opentelemetry
May 20, 2026
Merged

chore(deps): update opentelemetry to v0.152.1 (main)#6390
elastic-renovate-prod[bot] merged 1 commit into
mainfrom
renovate/main-opentelemetry

Conversation

@elastic-renovate-prod
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/collector/component/componenttest indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/confmap/xconfmap indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/consumer/consumererror indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/consumer/xconsumer indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/exporter/exporterhelper indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/extension/xextension indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/internal/componentalias indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/pdata/pprofile indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/pdata/xpdata indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/pipeline/xpipeline indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/receiver/receivertest indirect patch v0.152.0 -> v0.152.1
go.opentelemetry.io/collector/receiver/xreceiver indirect patch v0.152.0 -> v0.152.1

Warning

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


Release Notes

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component/componenttest)

v0.152.1: v1.58.0/v0.152.1

Compare Source

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.152.1
End User Changelog
💡 Enhancements 💡
  • pkg/exporterhelper: Add otelcol_exporter_in_flight_requests metric to track the number of export requests currently in-flight per exporter. (#​15009)
    This UpDownCounter increments in startOp and decrements in endOp, allowing operators to monitor
    concurrent export activity and detect when an exporter is saturating its worker pool.
🧰 Bug fixes 🧰
  • pkg/confighttp: Close the original request body after reading block-format Content-Encoding: snappy requests. (#​15262)

  • pkg/confighttp: Recover from panics in decompression libraries, return HTTP 400 instead of 500. (#​13228)

  • pkg/confighttp: Enforce max_request_body_size on Content-Encoding: snappy requests before the decoded buffer is allocated. (#​15252)

  • pkg/otelcol: Stop emitting verbose gRPC transport messages at WARN during normal client disconnect. (#​5169)
    grpc-go gates chatty per-RPC notices (e.g. "HandleStreams failed to read frame:
    connection reset by peer") behind LoggerV2.V(2). zapgrpc.Logger.V conflates
    grpclog verbosity with zap severity, so V(2) returns true whenever WARN is
    enabled and these messages emit at WARN. Wrap the installed grpclog.LoggerV2
    with a corrected V() that compares against a fixed verbosity threshold,
    matching grpclog's intended semantics. See uber-go/zap#1544.

  • pkg/pdata: pcommon.Value.AsString no longer HTML-escapes <, >, and & inside ValueTypeMap and ValueTypeSlice values, matching the behavior already used for ValueTypeStr. (#​14662)

  • pkg/service: Fix Prometheus config defaults mismatch when host is explicitly set in telemetry configuration. (#​13867)
    When users explicitly configured the telemetry metrics section (e.g. to change the host),
    the Prometheus exporter boolean fields (WithoutScopeInfo, WithoutUnits, WithoutTypeSuffix)
    defaulted to nil/false instead of true, causing metric name format changes compared to the
    implicit default configuration. This fix applies the correct defaults during config unmarshaling.

  • pkg/service: Return noop tracer provider when no trace processors are defined (#​15135)

API Changelog
🚩 Deprecations 🚩
  • pkg/xconfmap: Deprecate xconfmap.Validator and confmap.Validate in favor of confmap.Validator and confmap.Validate. (#​15142)
💡 Enhancements 💡
  • cmd/mdatagen: Add go_struct.ignore_default flag to suppress default value generation for individual config fields. (#​15156)
    Setting go_struct.ignore_default: true on a config field causes mdatagen to omit that field's default
    from the generated createDefaultConfig function, emitting nil for pointer fields
    and configoptional.None for optional fields.

  • pkg/confmap: Add the confmap.Validator interface and confmap.Validate function for configuration validation. (#​15142)
    Config structs should generally implement the interface to provide validation
    of their fields. The confmap.Validate function can be used to validate
    config structs in testing, but is only meant to be called at runtime by the
    Collector itself.

🧰 Bug fixes 🧰
  • pkg/pdata: pcommon.Value.AsString no longer HTML-escapes <, >, and & inside ValueTypeMap and ValueTypeSlice values, matching the behavior already used for ValueTypeStr. (#​14662)

Configuration

📅 Schedule: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

@elastic-renovate-prod elastic-renovate-prod Bot requested a review from a team as a code owner May 20, 2026 13:19
@elastic-renovate-prod elastic-renovate-prod Bot added backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team. labels May 20, 2026
@elastic-renovate-prod elastic-renovate-prod Bot enabled auto-merge May 20, 2026 13:19
@elastic-renovate-prod elastic-renovate-prod Bot added this pull request to the merge queue May 20, 2026
Merged via the queue into main with commit 1e765f3 May 20, 2026
27 of 29 checks passed
@elastic-renovate-prod elastic-renovate-prod Bot deleted the renovate/main-opentelemetry branch May 20, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants