Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/collector/pdata v1.25.0 -> v1.27.0 age adoption passing confidence

Release Notes

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

v1.27.0

🛑 Breaking changes 🛑
  • confighttp: Make the client config options max_idle_conns, max_idle_conns_per_host, max_conns_per_host, and idle_conn_timeout integers (#​9478)
    All four options can be set to 0 where they were previously set to null
🚩 Deprecations 🚩
  • exporterhelper: Deprecate min_size_items and max_size_items in favor of min_size and max_size. (#​12486)
💡 Enhancements 💡
  • mdatagen: Add converter and provider module classes (#​12467)

  • pipeline: output pipeline name with signal as signal[/name] format in logs. (#​12410)

  • memorylimiter: Add support to configure min GC intervals for soft and hard limits. (#​12450)

  • otlpexporter: Update the stability level for logs, it has been as stable as traces and metrics for some time. (#​12423)

  • service: Create a new subcommand to dump the initial configuration after resolving/merging. (#​11479)
    To use the print-initial-config subcommand, invoke the Collector with the subcommand and corresponding feature gate: otelcol print-initial-config --feature-gates=otelcol.printInitialConfig --config=config.yaml.
    Note that the feature gate enabling this flag is currently in alpha stability, and the subcommand may
    be changed in the future.

  • memorylimiterprocessor: Add support for profiles. (#​12453)

  • otelcol: Converters are now available in the components command. (#​11900, #​12385)

  • component: Mark module as stable (#​9376)

  • confmap: Surface YAML parsing errors when they happen at the top-level. (#​12180)
    This adds context to some instances of the error "retrieved value (type=string) cannot be used as a Conf", which typically happens because of invalid YAML documents

  • pprofile: Add LinkIndex attribute to the generated Sample type (#​12485)

  • exporterhelper: Stabilize exporter.UsePullingBasedExporterQueueBatcher and remove old batch sender (#​12425)

  • mdatagen: Update metadata schema with new fields without enforcing them (#​12359)

🧰 Bug fixes 🧰
  • service: Fix crash at startup when converting from v0.2.0 to v0.3.0 (#​12438)
  • service: fix bug in parsing service::telemetry configuration (#​12437)
  • exporterhelper: Fix bug where the error logged when conversion of data fails is always nil (#​12510)
  • mdatagen: Adds back missing import for filter when emitting resource attributes (#​12455)

v1.26.0

🛑 Breaking changes 🛑
💡 Enhancements 💡
  • otlpreceiver: Update stability for logs (#​12335)
  • exporterhelper: Implement sync disabled queue used when batching is enabled. (#​12245)
  • exporterhelper: Enable the new pull-based batcher in exporterhelper (#​12291)
  • exporterhelper: Update queue size after the element is done exported (#​12399)
    After this change the active queue size will include elements in the process of being exported.
  • otelcol: Add featuregate command to display information about available features (#​11998)
    The featuregate command allows users to view detailed information about feature gates
    including their status, stage, and description.
🧰 Bug fixes 🧰
  • memorylimiter: Logger no longer attributes to single signal, pipeline, or component. (#​12217)
  • otlpreceiver: Logger no longer attributes to random signal when receiving multiple signals. (#​12217)
  • exporterhelper: Fix undefined behavior access to request after send to next component. This causes random memory access. (#​12281)
  • exporterhelper: Fix default batcher to correctly call all done callbacks exactly once (#​12247)
  • otlpreceiver: Fix OTLP http receiver to correctly set Retry-After (#​12367)
  • otlphttpexporter: Fix parsing logic for Retry-After in OTLP http protocol. (#​12366)
    The value of Retry-After field can be either an HTTP-date or delay-seconds and the current logic only parsed delay-seconds.
  • cmd/builder: Ensure unique aliases for modules with same suffix (#​12201)

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 added dependencies Pull requests that update a dependency file Skip Changelog PRs that do not require a CHANGELOG.md entry labels Feb 18, 2025
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.8%. Comparing base (0be6253) to head (9d8cdde).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #6330   +/-   ##
=====================================
  Coverage   81.8%   81.8%           
=====================================
  Files        283     283           
  Lines      24899   24899           
=====================================
  Hits       20381   20381           
  Misses      4115    4115           
  Partials     403     403           
🚀 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 16dc6c2 to 8948d7a Compare February 18, 2025 16:14
@MrAlias
Copy link
Contributor

MrAlias commented Feb 18, 2025

Requires Go > 1.22

@MrAlias MrAlias closed this Feb 18, 2025
@MrAlias MrAlias deleted the renovate/go.opentelemetry.io-collector-pdata-1.x branch February 18, 2025 16:22
Copy link
Contributor Author

renovate bot commented Feb 18, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.26.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@dmathieu dmathieu restored the renovate/go.opentelemetry.io-collector-pdata-1.x branch March 6, 2025 09:54
@dmathieu dmathieu reopened this Mar 6, 2025
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/collector/pdata to v1.26.0 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.27.0 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-pdata-1.x branch from 8948d7a to 9d8cdde Compare March 6, 2025 09:55
@dmathieu dmathieu merged commit 7a63439 into main Mar 6, 2025
33 checks passed
@dmathieu dmathieu deleted the renovate/go.opentelemetry.io-collector-pdata-1.x branch March 6, 2025 10:00
@MrAlias MrAlias added this to the v1.36.0 milestone Mar 15, 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