Skip to content

Bump github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.121.0 to 0.126.0 in /functional_tests #1834

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.121.0 to 0.126.0.

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's releases.

v0.126.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

🛑 Breaking changes 🛑

  • pkg: Remove the fields from category AzureCdnAccessLog from the body log record and place them as log record attributes. (#39811)

  • azuremonitorreceiver: Renamed the auth field to credentials in the azuremonitorreceiver configuration. (#39738)

  • pkg/datadog: Switch feature gate datadog.EnableOperationAndResourceNameV2 to beta. This gate affects exporter/datadog and connector/datadog. It modifies the logic for computing operation names from OTLP spans to produce shorter, more readable names and improve alignment with OpenTelemetry specifications. (#39895) Please see the migration guide for more details. https://docs.datadoghq.com/opentelemetry/migrate/migrate_operation_names/?tab=opentelemetrycollector

  • opampsupervisor: Remnove agent.health_check_port. (#39908) The opampsupervisor no longer starts the collector with a default health check extension.

  • googlecloudpubsubreceiver: Add ignore_encoding_error configuration to ignore decoding failures from the configured encoder (#38164) Introduce a setting to ignore errors when the configured encoder. It's advised to set this to true when using a custom encoder, and use the new receiver.googlecloudpubsub.encoding_error metric to monitor the number of errors. Ignoring the error will cause the receiver to drop the message.

  • coralogixexporter: Remove deprecated batcher config for coralogixexporter, use sending_queue::batch (#39960)

  • sqlserverreceiver: Update event properties (#39868) This change only applies to top query events and query sample events:

    • Update event name of top query event from top query to db.server.top_query
    • Update event name of query sample event from query sample to db.server.query_sample
    • Remove body of query sample event
    • Rename sqlserver.username to user.name in query sample event
  • receiver/prometheus: Upgrade receiver.prometheusreceiver.RemoveLegacyResourceAttributes feature gate to beta stability (enabled by default) (#32814) Disable the receiver.promtheusreceiver.RemoveLegacyResourceAttributes feature gate to restore previous behavior. This feature gate will be removed in a future release. The feature gate is used to replace the following legacy resource attributes: net.host.name -> server.address net.host.port -> server.port http.scheme -> url.scheme

🚩 Deprecations 🚩

  • googlecloudpubsubreceiver: Add deprecation warning for the build-in encoders (#39371) The build-in encoders cloud_logging and raw_text both have encoding extension alternatives and will be removed in version v0.132.0 of the collector.

  • processor/tailsampling: The invert decisions (InvertSampled and InvertNotSampled) have been deprecated, please make use of drop policy to explicitly not sample select traces. (#39833)

🚀 New components 🚀

  • golden: Add a new CLI, golden, to run comparison of expected payloads over OTLP. (#39662) You can run golden with --otlp-endpoint localhost:4317 --expected expected.yaml --write-expected --timeout 1m

  • confmap/googlesecretmanagerprovider: Initial implementation of secrets manager provider. Allows fetch secrets from Google Secrets Manager (#39665)

  • googlecloudlogentryencodingextension: Update stability to alpha. (#37531)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's changelog.

v0.126.0

🛑 Breaking changes 🛑

  • fluentforwardreceiver: Unexport AckResponse (#39831)
  • splunkenterprisereceiver: Unexport InfoEntry and InfoContent (#39830)

💡 Enhancements 💡

  • pkg/winperfcounters: Add methods to scrape raw values from Windows performance counters. (#39835)
  • eventlogreceiver: add raw XML query filtering option (#38517)
  • prometheusremotewriteexporter: Add exporter.prometheusremotewritexporter.enableSendingRW2 feature gate and configuration to the exporter to send Prometheus remote write 2.0 version. (#33661) WARNING! PRW 2.0 support for the exporter is still under development and not ready for usage.

v0.125.0

💡 Enhancements 💡

  • pkg/ottl: Add ottl.WithContextInferenceConditions option to allow configuring extra context inferrer OTTL conditions (#39455)

  • awss3exporter: add configuration field resource_attrs_to_s3/s3_prefix to support mapping s3 bucket prefix to OTel resource attributes (#37858) If resource_attrs_to_s3/s3_prefix is configured, s3 prefix will be determined based on the specified resource attribute and s3uploader/s3_prefix will serve as a fallback.

  • pkg/golden: Expose methods to write data to file outside of the scope of a test (#39673) Expose WriteMetricsToFile to write pmetric data to a file outside of the scope of a test. Expose WriteTracesToFile to write ptrace data to a file outside of the scope of a test Expose WriteLogsToFile to write plog data to a file outside of the scope of a test Expose WriteProfilesToFile to write pprofile data to a file outside of the scope of a test

  • pkg/ottl: Add PMapGetSetter interface and StandardPMapGetSetter type. (#39657)

🧰 Bug fixes 🧰

  • resourcedetectionprocessor: change the EKS cluster identifier and check the cluster version instead of the existence of aws-auth configmap (#39479)
  • transformprocessor: Fix the context inferrer to also take into consideration the global OTTL conditions configuration. (#39455)

v0.124.1

v0.124.0

🛑 Breaking changes 🛑

  • extension/headerssetter: Change DefaultValue to use configopaque.String type. (#39127)
  • datadogexporter: Remove deprecated exporter configs. The exporter now uses pkg/datadog/config (#39104) No impact to end users
  • pkg/ottl: Remove experimental transform context option WithCache from all OTTL contexts. (#39338)

... (truncated)

Commits
  • 5f537d0 [chore] Prepare release 0.126.0 (#40049)
  • 4c9584a [chore] Fix the prepare-release script (#40047)
  • 97cc468 Update module github.com/microsoft/go-mssqldb to v1.8.1 (#40017)
  • f31dbc5 fix(deps): update module github.com/sap/go-hdb to v1.13.6 (#40019)
  • db2db53 fix(deps): update module cloud.google.com/go/spanner to v1.81.0 - abandoned (...
  • a7a0d55 fix(deps): update all opentelemetry collector contrib packages to v0.125.0 (#...
  • f39658b fix(deps): update all github.com/aws packages (#40024)
  • 3c6a5ea Update module github.com/huaweicloud/huaweicloud-sdk-go-v3 to v0.1.148 (#40016)
  • 4bc0aab [processor/datadogsemantics] Make defaults explicit and add test (#39596)
  • 301fd41 [chore] Update core dependencies (#40015)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…atatest

Bumps [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest](https://github.com/open-telemetry/opentelemetry-collector-contrib) from 0.121.0 to 0.126.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.121.0...v0.126.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest
  dependency-version: 0.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 19, 2025
@dependabot dependabot bot requested review from a team as code owners May 19, 2025 22:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Superseded by #1841.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/functional_tests/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest-0.126.0 branch May 26, 2025 22:32
@github-actions github-actions bot locked and limited conversation to collaborators May 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants