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 the otel-collector group across 1 directory with 10 updates #5973

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2024

Bumps the otel-collector group with 9 updates in the / directory:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector 0.108.0 0.109.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter 0.108.0 0.109.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter 0.108.0 0.109.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension 0.108.0 0.109.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage 0.108.0 0.109.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor 0.108.0 0.109.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver 0.108.0 0.109.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver 0.108.0 0.109.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver 0.108.0 0.109.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector from 0.108.0 to 0.109.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's releases.

v0.109.0

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

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's changelog.

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter from 0.108.0 to 0.109.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter's releases.

v0.109.0

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

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter's changelog.

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter from 0.108.0 to 0.109.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter's releases.

v0.109.0

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

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter's changelog.

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension from 0.108.0 to 0.109.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension's releases.

v0.109.0

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

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension's changelog.

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage from 0.108.0 to 0.109.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage's releases.

v0.109.0

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

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage's changelog.

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger from 0.108.0 to 0.109.0

Release notes

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

v0.109.0

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

Changelog

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

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor from 0.108.0 to 0.109.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor's releases.

v0.109.0

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

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor's changelog.

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver from 0.108.0 to 0.109.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver's releases.

v0.109.0

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

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver's changelog.

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver from 0.108.0 to 0.109.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver's releases.

v0.109.0

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

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver's changelog.

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver from 0.108.0 to 0.109.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver's releases.

v0.109.0

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

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver's changelog.

v0.109.0

🛑 Breaking changes 🛑

  • pkg/ottl: Change the OTTL grammar to support expressing statements context via path names (#29017) The ottl.Path interface requires a new method: Context() string
  • prometheusreceiver: Move the TargetAllocator configuration struct to an internal directory (#33146)

💡 Enhancements 💡

  • pkg/ottl: Add support for localized time parsing into the coreinternal/timeutils (#32977)
  • googlecloudmonitoringreceiver: Enhancing the Google Cloud monitoring receiver to establish a client connection, scrape GCP Cloud Metrics, and transform them into an OpenTelemetry compatible format for pipeline processing. (#33762)
    • Implements client connection to Google Cloud Monitoring API.
    • Scrapes timeseries data based on configured metrics.
    • Converts the data into OpenTelemetry format for use in the pipeline.
Commits
  • bd98b9d [chore] Prepare release 0.109.0 (#35124)
  • 44bc868 [receiver/hostmetrics] respect env var use in filesystem scraper (#35045)
  • 0678231 [filestorage] - Add directory validation for compaction on-rebound (#35114)
  • ede416f Synchronize shutdown in stanza adapter (#34638)
  • 6c9976a [fileconsumer] Fix max_concurrent_files check (#35118)
  • 17be441 Update otelcol to latest release 1.15.0 and 0.109.0 (#35093)
  • 71ce97e [chore] Fixing Prom Compliance tests (#35071)
  • bd66ceb [chore] Update test expectation to include processorhelper metrics (#35073)
  • b3e952f [exporter/datadogexporter] Add support for custom log source (#35051)
  • 0ceefaa [exporter/datadog] Use correct hostname for logs in logs agent pipeline (#35058)
  • 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

@dependabot dependabot bot requested a review from a team as a code owner September 11, 2024 01:36
@dependabot dependabot bot added the changelog:dependencies Update to dependencies label Sep 11, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.78%. Comparing base (ff1b678) to head (c63f8e0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5973   +/-   ##
=======================================
  Coverage   96.78%   96.78%           
=======================================
  Files         348      348           
  Lines       16559    16559           
=======================================
  Hits        16027    16027           
  Misses        343      343           
  Partials      189      189           
Flag Coverage Δ
badger_v1 8.02% <ø> (ø)
badger_v2 1.82% <ø> (ø)
cassandra-4.x-v1 16.61% <ø> (ø)
cassandra-4.x-v2 1.75% <ø> (ø)
cassandra-5.x-v1 16.61% <ø> (ø)
cassandra-5.x-v2 1.75% <ø> (ø)
elasticsearch-6.x-v1 18.78% <ø> (ø)
elasticsearch-7.x-v1 18.84% <ø> (+0.01%) ⬆️
elasticsearch-8.x-v1 19.02% <ø> (-0.02%) ⬇️
elasticsearch-8.x-v2 1.82% <ø> (+0.01%) ⬆️
grpc_v1 9.52% <ø> (ø)
grpc_v2 7.15% <ø> (ø)
kafka-v1 9.74% <ø> (ø)
kafka-v2 1.82% <ø> (ø)
memory_v2 1.82% <ø> (ø)
opensearch-1.x-v1 18.89% <ø> (+0.01%) ⬆️
opensearch-2.x-v1 18.89% <ø> (ø)
opensearch-2.x-v2 1.82% <ø> (ø)
tailsampling-processor 0.46% <ø> (ø)
unittests 95.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-collector-9379a99fd3 branch 6 times, most recently from 20bff73 to 41b2a4e Compare September 17, 2024 12:50
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-collector-9379a99fd3 branch 3 times, most recently from 99b708d to 2982270 Compare September 20, 2024 16:39
Bumps the otel-collector group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.108.0` | `0.109.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.108.0` | `0.109.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.108.0` | `0.109.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.108.0` | `0.109.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.108.0` | `0.109.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.108.0` | `0.109.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.108.0` | `0.109.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.108.0` | `0.109.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.108.0` | `0.109.0` |



Updates `github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector` from 0.108.0 to 0.109.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.108.0...v0.109.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter` from 0.108.0 to 0.109.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.108.0...v0.109.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter` from 0.108.0 to 0.109.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.108.0...v0.109.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension` from 0.108.0 to 0.109.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.108.0...v0.109.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage` from 0.108.0 to 0.109.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.108.0...v0.109.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.108.0 to 0.109.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.108.0...v0.109.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor` from 0.108.0 to 0.109.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.108.0...v0.109.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver` from 0.108.0 to 0.109.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.108.0...v0.109.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver` from 0.108.0 to 0.109.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.108.0...v0.109.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver` from 0.108.0 to 0.109.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.108.0...v0.109.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-collector-9379a99fd3 branch from 2982270 to c63f8e0 Compare September 21, 2024 17:02
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 22, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/otel-collector-9379a99fd3 branch September 22, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants