Skip to content

fix(deps): update module go.opentelemetry.io/collector/pdata to v1.36.0#7024

Merged
dmathieu merged 1 commit intomainfrom
renovate/go.opentelemetry.io-collector-pdata-1.x
Jul 15, 2025
Merged

fix(deps): update module go.opentelemetry.io/collector/pdata to v1.36.0#7024
dmathieu merged 1 commit intomainfrom
renovate/go.opentelemetry.io-collector-pdata-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/collector/pdata v1.35.0 -> v1.36.0 age confidence

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/pdata)

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 - 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 is behind base branch, 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 renovate Bot requested a review from MrAlias as a code owner July 14, 2025 21:09
@renovate renovate Bot added dependencies Pull requests that update a dependency file Skip Changelog PRs that do not require a CHANGELOG.md entry labels Jul 14, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.8%. Comparing base (ca02873) to head (2206049).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #7024   +/-   ##
=====================================
  Coverage   82.8%   82.8%           
=====================================
  Files        262     262           
  Lines      24339   24339           
=====================================
  Hits       20155   20155           
  Misses      3809    3809           
  Partials     375     375           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/go.opentelemetry.io-collector-pdata-1.x branch from 2ff1465 to 7ef4b3b Compare July 14, 2025 22:46
@renovate renovate Bot force-pushed the renovate/go.opentelemetry.io-collector-pdata-1.x branch from 7ef4b3b to 2206049 Compare July 14, 2025 22:48
@dmathieu dmathieu merged commit 55d2e69 into main Jul 15, 2025
35 checks passed
@dmathieu dmathieu deleted the renovate/go.opentelemetry.io-collector-pdata-1.x branch July 15, 2025 05:36
@MrAlias MrAlias added this to the v1.38.0 milestone Jul 17, 2025
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 Skip Changelog PRs that do not require a CHANGELOG.md entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants