Skip to content

chore(deps): update ocb (manifest) dependencies - autoclosed#1410

Merged
christos68k merged 1 commit into
mainfrom
renovate/ocb-(manifest)-dependencies
May 13, 2026
Merged

chore(deps): update ocb (manifest) dependencies - autoclosed#1410
christos68k merged 1 commit into
mainfrom
renovate/ocb-(manifest)-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2026

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/collector/confmap/provider/envprovider v1.57.0v1.58.0 age confidence
go.opentelemetry.io/collector/confmap/provider/fileprovider v1.57.0v1.58.0 age confidence
go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.57.0v1.58.0 age confidence
go.opentelemetry.io/collector/exporter/debugexporter v0.151.0v0.152.0 age confidence
go.opentelemetry.io/collector/exporter/otlpexporter v0.151.0v0.152.0 age confidence
go.opentelemetry.io/collector/exporter/otlphttpexporter v0.151.0v0.152.0 age confidence
go.opentelemetry.io/collector/receiver/otlpreceiver v0.151.0v0.152.0 age confidence

Release Notes

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/confmap/provider/envprovider)

v1.58.0

💡 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)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am every weekday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 12, 2026 00:23
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 12, 2026
@renovate renovate Bot requested a review from a team as a code owner May 12, 2026 00:23
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 12, 2026
@christos68k christos68k merged commit ecf56ea into main May 13, 2026
36 checks passed
@christos68k christos68k deleted the renovate/ocb-(manifest)-dependencies branch May 13, 2026 15:09
@renovate renovate Bot changed the title chore(deps): update ocb (manifest) dependencies chore(deps): update ocb (manifest) dependencies - autoclosed May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants