Skip to content
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

Bump github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otlpjsonfilereceiver from 0.112.0 to 0.113.0 in the dependencies group #177

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 1 update: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otlpjsonfilereceiver.

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otlpjsonfilereceiver from 0.112.0 to 0.113.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otlpjsonfilereceiver'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/receiver/otlpjsonfilereceiver'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 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 <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

…er/otlpjsonfilereceiver

Bumps the dependencies group with 1 update: [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otlpjsonfilereceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib).


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otlpjsonfilereceiver` 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/receiver/otlpjsonfilereceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
@dependabot dependabot bot requested a review from ymtdzzz November 18, 2024 00:23
@ymtdzzz ymtdzzz merged commit 2344e6a into main Nov 18, 2024
4 checks passed
@ymtdzzz ymtdzzz deleted the dependabot/go_modules/dependencies-db88dc6167 branch November 18, 2024 01:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant