Skip to content

fix(deps): update module go.opentelemetry.io/collector/component to v1.35.0 - autoclosed#70

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go.opentelemetry.io-collector-component-1.x
Closed

fix(deps): update module go.opentelemetry.io/collector/component to v1.35.0 - autoclosed#70
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go.opentelemetry.io-collector-component-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/collector/component v1.34.0 -> v1.35.0 age adoption passing confidence

Release Notes

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

v1.35.0

🛑 Breaking changes 🛑
  • exporterhelper: Remove deprecated sending_queue::blocking options, use sending_queue::block_on_overflow. (#​13211)
💡 Enhancements 💡
  • mdatagen: Taught mdatagen to print the go list stderr output on failures, and to run go list where the metadata file is. (#​13205)

  • service: Support setting sampler and limits under service::telemetry::traces (#​13201)
    This allows users to enable sampling and set span limits on internal Collector traces using the
    OpenTelemetry SDK declarative configuration.

  • pdata/pprofile: Add new helper methods FromLocationIndices and PutLocation to read and modify the content of locations. (#​13150)

  • exporterhelper: Preserve request span context and client information in the persistent queue. (#​11740, #​13220, #​13232)
    It allows internal collector spans and client information to propagate through the persistent queue used by
    the exporters. The same way as it's done for the in-memory queue.
    Currently, it is behind the exporter.PersistRequestContext feature gate, which can be enabled by adding
    --feature-gates=exporter.PersistRequestContext to the collector command line. An exporter buffer stored by
    a previous version of the collector (or by a collector with the feature gate disabled) can be read by a newer
    collector with the feature enabled. However, the reverse is not supported: a buffer stored by a newer collector with
    the feature enabled cannot be read by an older collector (or by a collector with the feature gate disabled).

🧰 Bug fixes 🧰
  • pdata: Fix copying of optional fields when the source is unset. (#​13268)
  • service: Only allocate one set of internal log sampling counters (#​13014)
    The case where logs are only exported to stdout was fixed in v0.126.0;
    this new fix also covers the case where logs are exported through OTLP.

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 this update 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 Jun 9, 2025

ℹ Artifact update notice

File name: 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/collector/featuregate v1.34.0 -> v1.35.0
go.opentelemetry.io/collector/internal/telemetry v0.128.0 -> v0.129.0
go.opentelemetry.io/collector/pdata v1.34.0 -> v1.35.0
go.opentelemetry.io/collector/pipeline v0.128.0 -> v0.129.0
google.golang.org/grpc v1.72.2 -> v1.73.0
File name: receiver/toggltrackreceiver/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):

  • 6 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/collector/pdata v1.34.0 -> v1.35.0
go.opentelemetry.io/collector/featuregate v1.34.0 -> v1.35.0
go.opentelemetry.io/collector/internal/telemetry v0.128.0 -> v0.129.0
go.opentelemetry.io/collector/pipeline v0.128.0 -> v0.129.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250324211829-b45e905df463
google.golang.org/grpc v1.72.2 -> v1.73.0
File name: receiver/wavinsentioreceiver/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):

  • 6 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/collector/pdata v1.34.0 -> v1.35.0
go.opentelemetry.io/collector/featuregate v1.34.0 -> v1.35.0
go.opentelemetry.io/collector/internal/telemetry v0.128.0 -> v0.129.0
go.opentelemetry.io/collector/pipeline v0.128.0 -> v0.129.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250324211829-b45e905df463
google.golang.org/grpc v1.72.2 -> v1.73.0
File name: receiver/zcsazzurroreceiver/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):

  • 6 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/collector/pdata v1.34.0 -> v1.35.0
go.opentelemetry.io/collector/featuregate v1.34.0 -> v1.35.0
go.opentelemetry.io/collector/internal/telemetry v0.128.0 -> v0.129.0
go.opentelemetry.io/collector/pipeline v0.128.0 -> v0.129.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250324211829-b45e905df463
google.golang.org/grpc v1.72.2 -> v1.73.0

@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-component-1.x branch 3 times, most recently from 5ddf77c to 5ccaab6 Compare June 13, 2025 22:23
@renovate renovate bot changed the title Update module go.opentelemetry.io/collector/component to v1.34.0 fix(deps): update module go.opentelemetry.io/collector/component to v1.34.0 Jun 14, 2025
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/collector/component to v1.34.0 fix(deps): update module go.opentelemetry.io/collector/component to v1.34.0 - autoclosed Jun 24, 2025
@renovate renovate bot closed this Jun 24, 2025
@renovate renovate bot deleted the renovate/go.opentelemetry.io-collector-component-1.x branch June 24, 2025 20:23
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/collector/component to v1.34.0 - autoclosed fix(deps): update module go.opentelemetry.io/collector/component to v1.34.0 Jul 1, 2025
@renovate renovate bot reopened this Jul 1, 2025
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-component-1.x branch from 4979cce to 5ccaab6 Compare July 1, 2025 03:11
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/collector/component to v1.34.0 fix(deps): update module go.opentelemetry.io/collector/component to v1.35.0 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-component-1.x branch from 5ccaab6 to cd17e02 Compare July 1, 2025 09:36
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/collector/component to v1.35.0 fix(deps): update module go.opentelemetry.io/collector/component to v1.35.0 - autoclosed Jul 11, 2025
@renovate renovate bot closed this Jul 11, 2025
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