Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps the otel group with 2 updates: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden and github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest.

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden from 0.112.0 to 0.113.0

Release notes

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

v0.113.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

v0.113.0

🛑 Breaking changes 🛑

  • sapmreceiver: Remove the deprecated access_token_passthrough from SAPM receiver. (#35972) Please use include_metadata instead with the following config option applied to the batch processor: batch: metadata_keys: [X-Sf-Token]

  • pkg/ottl: Promote processor.transform.ConvertBetweenSumAndGaugeMetricContext feature gate to Stable (#36216) This gate can no longer be disabled. The convert_sum_to_gauge and convert_gauge_to_sum may now only be used with the metric context.

🚩 Deprecations 🚩

🚀 New components 🚀

  • dorisexporter: metrics implementation (#33479)
  • extensions/observer/cfgardenobserver: Implemented the observer, the second PR in the 3 PR process for new components (#33618)

💡 Enhancements 💡

  • splunkenterprisereceiver: Add telemetry around the Splunk Enterprise kv-store. (#35445)
  • journaldreceiver: adds ability to parse journald's MESSAGE field as a string if desired (#36005)
  • journaldreceiver: allows querying a journald namespace (#36031)
  • hostmetricsreceiver: Add the system.uptime metric in the hostmetrics receiver (#31627) This metric is provided by the new system scraper.
  • azuredataexplorerexporter: Add new configuration option use_default_auth to enable default authentication for Azure Data Explorer. This option allows users to leverage workload identity for authentication. (#33667)
  • awss3receiver: Mark the AWS S3 receiver as Alpha. (#30750)
  • opampsupervisor: Makes the Supervisor's OpAmp server port configurable with 'agent::opamp_server_port'. (#36001)
  • datadogreceiver: Follow receiver contract based on type of error (#5909)
  • hostmetrics: Adjust scraper creation to make it so the scraper name is reported with hostmetrics scraper errors. (#35814)
  • pkg/translator/prometheusremotewrite: FromMetricsV2 now transforms attributes into labels. (#33661)
  • ntpreceiver: Move NTP receiver to alpha (#36152)
  • opampsupervisor: Supervisor waits for configurable healthchecks to report remote config status. (#21079)
  • otelarrowreceiver: Enable unlimited admission control when request_limit_mib is set to 0. (#36074)
  • pkg/ottl: Add SliceToMap function (#35256)
  • receiver/prometheusremotewrite: Implement body unmarshaling for Prometheus Remote Write requests (#35624) Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
  • receiver/prometheusremotewrite: Implement Content-Type negotiation for Prometheus Remote Write requests (#35565) Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
  • otlpjsonfilereceiver: Add support for profiles signal (#35977)

... (truncated)

Changelog

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

v0.113.0

🛑 Breaking changes 🛑

  • testbed: scenarios.createConfigYaml() and utils.CreateConfigYaml() functions now take processor configs as a struct slice argument instead of map[string]string. (#33003)
    • This is to preserve processor order. ProcessorNameAndConfigBody is the newly created struct.

💡 Enhancements 💡

  • receiver/prometheusremotewrite: Implement body unmarshaling for Prometheus Remote Write requests (#35624) Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
Commits
  • 1af2707 [chore] Prepare release 0.113.0 (#36248)
  • bf6cd49 [chore] Add missing replace directive to otelcontribcol (#36247)
  • 9146c91 Prep v0.113.x (#36220)
  • 9ae0db9 [chore] Temporary revert metadata status for resourcedetection sub-components...
  • 44e363c [exporter/opensearch] mark component as unmaintained (#36225)
  • 770befb [pkg/ottl] set processor.transform.ConvertBetweenSumAndGaugeMetricContext a...
  • 8daf962 [chore] Pin markdown-link-check version to 3.12.2 (#36231)
  • 07a7ca9 [connector/routing] Add ability to route metrics and traces by request contex...
  • 106eda9 [chore] fix codeowners (#36224)
  • 3cbc9f2 [chore] Pin markdown-link-check version to 3.12.2 (#36223)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.112.0 to 0.113.0

Release notes

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

v0.113.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

v0.113.0

🛑 Breaking changes 🛑

  • sapmreceiver: Remove the deprecated access_token_passthrough from SAPM receiver. (#35972) Please use include_metadata instead with the following config option applied to the batch processor: batch: metadata_keys: [X-Sf-Token]

  • pkg/ottl: Promote processor.transform.ConvertBetweenSumAndGaugeMetricContext feature gate to Stable (#36216) This gate can no longer be disabled. The convert_sum_to_gauge and convert_gauge_to_sum may now only be used with the metric context.

🚩 Deprecations 🚩

🚀 New components 🚀

  • dorisexporter: metrics implementation (#33479)
  • extensions/observer/cfgardenobserver: Implemented the observer, the second PR in the 3 PR process for new components (#33618)

💡 Enhancements 💡

  • splunkenterprisereceiver: Add telemetry around the Splunk Enterprise kv-store. (#35445)
  • journaldreceiver: adds ability to parse journald's MESSAGE field as a string if desired (#36005)
  • journaldreceiver: allows querying a journald namespace (#36031)
  • hostmetricsreceiver: Add the system.uptime metric in the hostmetrics receiver (#31627) This metric is provided by the new system scraper.
  • azuredataexplorerexporter: Add new configuration option use_default_auth to enable default authentication for Azure Data Explorer. This option allows users to leverage workload identity for authentication. (#33667)
  • awss3receiver: Mark the AWS S3 receiver as Alpha. (#30750)
  • opampsupervisor: Makes the Supervisor's OpAmp server port configurable with 'agent::opamp_server_port'. (#36001)
  • datadogreceiver: Follow receiver contract based on type of error (#5909)
  • hostmetrics: Adjust scraper creation to make it so the scraper name is reported with hostmetrics scraper errors. (#35814)
  • pkg/translator/prometheusremotewrite: FromMetricsV2 now transforms attributes into labels. (#33661)
  • ntpreceiver: Move NTP receiver to alpha (#36152)
  • opampsupervisor: Supervisor waits for configurable healthchecks to report remote config status. (#21079)
  • otelarrowreceiver: Enable unlimited admission control when request_limit_mib is set to 0. (#36074)
  • pkg/ottl: Add SliceToMap function (#35256)
  • receiver/prometheusremotewrite: Implement body unmarshaling for Prometheus Remote Write requests (#35624) Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
  • receiver/prometheusremotewrite: Implement Content-Type negotiation for Prometheus Remote Write requests (#35565) Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
  • otlpjsonfilereceiver: Add support for profiles signal (#35977)

... (truncated)

Changelog

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

v0.113.0

🛑 Breaking changes 🛑

  • testbed: scenarios.createConfigYaml() and utils.CreateConfigYaml() functions now take processor configs as a struct slice argument instead of map[string]string. (#33003)
    • This is to preserve processor order. ProcessorNameAndConfigBody is the newly created struct.

💡 Enhancements 💡

  • receiver/prometheusremotewrite: Implement body unmarshaling for Prometheus Remote Write requests (#35624) Warning - The HTTP Server still doesn't do anything. It's just a placeholder for now.
Commits
  • 1af2707 [chore] Prepare release 0.113.0 (#36248)
  • bf6cd49 [chore] Add missing replace directive to otelcontribcol (#36247)
  • 9146c91 Prep v0.113.x (#36220)
  • 9ae0db9 [chore] Temporary revert metadata status for resourcedetection sub-components...
  • 44e363c [exporter/opensearch] mark component as unmaintained (#36225)
  • 770befb [pkg/ottl] set processor.transform.ConvertBetweenSumAndGaugeMetricContext a...
  • 8daf962 [chore] Pin markdown-link-check version to 3.12.2 (#36231)
  • 07a7ca9 [connector/routing] Add ability to route metrics and traces by request contex...
  • 106eda9 [chore] fix codeowners (#36224)
  • 3cbc9f2 [chore] Pin markdown-link-check version to 3.12.2 (#36223)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the otel group with 2 updates: [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden](https://github.com/open-telemetry/opentelemetry-collector-contrib) and [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest](https://github.com/open-telemetry/opentelemetry-collector-contrib).


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden` from 0.112.0 to 0.113.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.112.0...v0.113.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest` from 0.112.0 to 0.113.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.112.0...v0.113.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners November 7, 2024 05:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 7, 2024
@kruskall kruskall merged commit 3545bed into main Nov 7, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/otel-28467559ad branch November 7, 2024 12:06
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants