Skip to content

fix(deps): update go dependencies#606

Merged
fabled merged 2 commits intomainfrom
renovate/go-dependencies
Jul 15, 2025
Merged

fix(deps): update go dependencies#606
fabled merged 2 commits intomainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 15, 2025

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/collector/component v1.35.0 -> v1.36.0 age confidence
go.opentelemetry.io/collector/consumer/consumertest v0.129.0 -> v0.130.0 age confidence
go.opentelemetry.io/collector/consumer/xconsumer v0.129.0 -> v0.130.0 age confidence
go.opentelemetry.io/collector/pdata v1.35.0 -> v1.36.0 age confidence
go.opentelemetry.io/collector/pdata/pprofile v0.129.0 -> v0.130.0 age confidence
go.opentelemetry.io/collector/receiver v1.35.0 -> v1.36.0 age confidence
go.opentelemetry.io/collector/receiver/receivertest v0.129.0 -> v0.130.0 age confidence
go.opentelemetry.io/collector/receiver/xreceiver v0.129.0 -> v0.130.0 age confidence

Release Notes

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

v1.36.0

🛑 Breaking changes 🛑
  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#​13339)
💡 Enhancements 💡
  • exporterhelper: Enable items and bytes sizers for persistent queue (#​12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#​12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#​13313)
  • yaml: Replaced sigs.k8s.io/yaml with go.yaml.in/yaml for improved support and long-term maintainability. (#​13308)
🧰 Bug fixes 🧰
  • exporterhelper: Fix exporter.PersistRequestContext feature gate (#​13342)

  • exporterhelper: Preserve all metrics metadata when batch splitting. (#​13236)
    Previously, when large batches of metrics were processed, the splitting logic in metric_batch.go could
    cause the name field of some metrics to disappear. This fix ensures that all metric fields are
    properly preserved when metricRequest objects are split.

  • service: Default internal metrics config now enables otel_scope_ labels (#​12939, #​13344)
    By default, the Collector exports its internal metrics using a Prometheus
    exporter from the opentelemetry-go repository. With this change, the Collector
    no longer sets "without_scope_info" to true in its configuration.

    This means that all exported metrics will have otel_scope_name,
    otel_scope_schema_url, and otel_scope_version labels corresponding to the
    instrumentation scope metadata for that metric.

    This notably prevents an error when multiple metrics are only distinguished
    by their instrumentation scopes and end up aliased during export.

    If this is not desired behavior, a Prometheus exporter can be explicitly
    configured with this option enabled.


Configuration

📅 Schedule: Branch creation - "before 8am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the dependencies Pull requests that update a dependency file label Jul 15, 2025
@renovate renovate Bot requested review from a team as code owners July 15, 2025 02:32
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 15, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 15, 2025

ℹ 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):

  • 10 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/collector/component/componenttest v0.129.0 -> v0.130.0
go.opentelemetry.io/collector/consumer v1.35.0 -> v1.36.0
go.opentelemetry.io/collector/consumer/consumererror v0.129.0 -> v0.130.0
go.opentelemetry.io/collector/featuregate v1.35.0 -> v1.36.0
go.opentelemetry.io/collector/internal/telemetry v0.129.0 -> v0.130.0
go.opentelemetry.io/collector/pipeline v0.129.0 -> v0.130.0
go.opentelemetry.io/contrib/bridges/otelzap v0.11.0 -> v0.12.0
go.opentelemetry.io/otel/log v0.12.2 -> v0.13.0
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.37.0
go.opentelemetry.io/otel/sdk/metric v1.36.0 -> v1.37.0

@florianl
Copy link
Copy Markdown
Member

Error: reporter/internal/pdata/generate.go:283:10: profile.SetStartTime undefined (type pprofile.Profile has no field or method SetStartTime)

I have removed this duplicate field upstream with open-telemetry/opentelemetry-collector#13315. Will push a fix to this PR.

With open-telemetry/opentelemetry-collector#13315 the duplicate field StartTime got removed upstream.

Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 15, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@fabled fabled merged commit b66f14d into main Jul 15, 2025
27 checks passed
@fabled fabled deleted the renovate/go-dependencies branch July 15, 2025 09:09
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request Sep 8, 2025
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lehner <florian.lehner@elastic.co>
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request Sep 8, 2025
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lehner <florian.lehner@elastic.co>
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request Oct 22, 2025
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lehner <florian.lehner@elastic.co>
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request Oct 22, 2025
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lehner <florian.lehner@elastic.co>
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.

5 participants