Skip to content

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

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 Apr 29, 2025

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

Release notes

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

v0.125.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 🛑

  • awscloudwatchreceiver: Adds option to set storage for AWS CloudWatch receiver (#32231)

    • The default value of the start_from field in the logs config changed to Unix epoch (1970-01-01T00:00:00Z) when not explicitly configured. This may alter the behavior of existing configurations relying on the previous default.
    • To maintain previous behavior, explicitly configure start_from in the logs configuraiton.
  • k8sobjectsreceiver: Check for K8s API objects existence on receiver startup and not during config validation. (#38803)

  • receiver/kubeletstats: Move receiver.kubeletstats.enableCPUUsageMetrics feature gate to beta (#39487) Deprecated metrics container.cpu.utilization, k8s.pod.cpu.utilization and k8s.node.cpu.utilization are being replaced by container.cpu.usage, k8s.pod.cpu.usage and k8s.node.cpu.usage. To be able to use the deprecated metrics, switch receiver.kubeletstats.enableCPUUsageMetrics feature gate to false.

  • processor/k8sattributes: Change processor/k8sattributes to return error if unset envvar is used for node_from_env_var (#39447) Before this was a valid configuration, but had an unexpected behavior to monitor the entire cluster. | To keep the same behavior simply do not set the node_from_env_var value or use empty string.

  • sqlserverreceiver: host.name, sqlserver.computer.name, and sqlserver.instance.name are now resource attributes instead of log attributes. We used to report computer_name and instance_name in the log attributes for top query collection and they are now deprecated. Now we report the three resources attributes in both top query collection and sample query collection. (#39449) This change is only relevant for logs.

🚩 Deprecations 🚩

  • spanmetricsconnector: Deprecate the unused configuration dimensions_cache_size (#39646) Deprecated configuration dimensions_cache_size, please use aggregation_cardinality_limit instead

🚀 New components 🚀

  • dnslookupprocessor: Add structure of new processor (#34398)
  • datadogextension: Introduce framework for Datadog Extension (#39589)
  • sematextexporter: basic logs implementation (#36465)

💡 Enhancements 💡

  • spanmetricsconnector: Add new aggregation_cardinality_limit configuration option to limit the number of unique combinations of dimensions that will be tracked for metrics aggregation. (#38990)
  • awslogsencodingextension: Add support for S3 Access Logs. (#39161)
  • pkg: Improve performance of azure logs translator. (#39340)
  • azureauthextension: Update stability to alpha. (#39574)
  • countconnector: Add profiles support (#39577)
  • awscloudwatchlogsexporter: Add dynamic log_group_name and log_group_stream naming, based on awsemfexporter (#31382)
  • elasticsearchexporter: Add support for include_source_on_error, which configures whether bulk index responses should include source document on error (#39211)
  • elasticsearchexporter: Introduce LRU cache for profiles (#38606)
  • elasticsearchexporter: Add support for extracting mapping mode from a scope attribute. (#39110)
  • opampextension: Introduces a new config field include_resource_attributes which allows the extension to copy the agent's resource attributes to the non-identifying attributes in the agent description. (#37487)
  • statsdreceiver: Add new config to customize socket permissions when transport is set to unixgram. (#37807)
  • kubeletstatsreceiver: Adds support for collecting Node and Pod network IO/error metrics for all network interfaces (#30196)
  • 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.

... (truncated)

Changelog

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

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)

💡 Enhancements 💡

  • pkg/pdatatest: Introduce IgnoreExemplars, IgnoreExemplarSlice and ChangeDatapointAttributeValue to CompareMetricsOption (#39004)

🧰 Bug fixes 🧰

  • receiver/kubeletstats: support user defined CA path for service account using the configtls option ca_file (#39291)

v0.123.0

🛑 Breaking changes 🛑

  • elasticsearchexporter: Remove deprecated fields [min|max]_size_items from batch config (#38836)

... (truncated)

Commits
  • 8c7038b [chore] Prepare release 0.125.0 (#39702)
  • f607a01 [chore] Update core dependencies (#39697)
  • b7587af feat: add support for mapping s3 bucket prefix to OTel resource attributes (#...
  • 915c81b Add profiles support to signaltometrics connector (#39609)
  • 9be378b [chore][pkg/ottl] Disallow setting empty profile IDs (#39659)
  • 7781bdb [pkg/ottl] Add PMapGetSetter and StandardPMapGetSetter (#39657)
  • 597613b [exporter/datadog] fix a race in serializer (#39669)
  • b131c34 [chore] OTEL-2552 Part 2.0 Datadog Extension - internal/payload (#39633)
  • bb09cbf [pkg/golden] expose writing golden data to files outside of a test (#39673)
  • 74eeb11 [exporter/elasticsearch] Add support for IncludeSourceOnError in config (#39468)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 29, 2025
@dependabot dependabot bot requested review from a team as code owners April 29, 2025 00:23
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2025

Superseded by #1834.

@dependabot dependabot bot closed this May 19, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/functional_tests/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest-0.125.0 branch May 19, 2025 22:16
@github-actions github-actions bot locked and limited conversation to collaborators May 19, 2025
@crobert-1
Copy link
Contributor

@dependabot reopen

@dependabot dependabot bot reopened this May 27, 2025
@dependabot dependabot bot restored the dependabot/go_modules/functional_tests/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest-0.125.0 branch May 27, 2025 16:56
…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.125.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.125.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/functional_tests/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest-0.125.0 branch from 787ffc1 to 863f172 Compare May 27, 2025 16:58
@crobert-1 crobert-1 closed this May 28, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/functional_tests/github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest-0.125.0 branch May 28, 2025 15:18
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.

1 participant