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

chore(deps): bump the opentelemetry-collector group with 22 updates #639

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps the opentelemetry-collector group with 22 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil 0.120.1 0.121.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor 0.120.1 0.121.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor 0.120.1 0.121.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor 0.120.1 0.121.0
go.opentelemetry.io/collector/component 0.120.0 1.27.0
go.opentelemetry.io/collector/component/componentstatus 0.120.0 0.121.0
go.opentelemetry.io/collector/component/componenttest 0.120.0 0.121.0
go.opentelemetry.io/collector/config/confighttp 0.120.0 0.121.0
go.opentelemetry.io/collector/config/configtls 1.26.0 1.27.0
go.opentelemetry.io/collector/confmap 1.26.0 1.27.0
go.opentelemetry.io/collector/confmap/provider/envprovider 1.26.0 1.27.0
go.opentelemetry.io/collector/consumer 1.26.0 1.27.0
go.opentelemetry.io/collector/consumer/consumertest 0.120.0 0.121.0
go.opentelemetry.io/collector/exporter 0.120.0 0.121.0
go.opentelemetry.io/collector/otelcol 0.120.0 0.121.0
go.opentelemetry.io/collector/pdata 1.26.0 1.27.0
go.opentelemetry.io/collector/pipeline 0.120.0 0.121.0
go.opentelemetry.io/collector/processor 0.120.0 0.121.0
go.opentelemetry.io/collector/processor/batchprocessor 0.120.0 0.121.0
go.opentelemetry.io/collector/receiver 0.120.0 0.121.0
go.opentelemetry.io/collector/receiver/otlpreceiver 0.120.0 0.121.0
go.opentelemetry.io/collector/receiver/receivertest 0.120.0 0.121.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil from 0.120.1 to 0.121.0

Release notes

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

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

  • telemetrygen: Update attribute of generated traces from net.peer.ip to net.sock.peer.addr to bring it in line with new semconv. (#38043)

  • awss3exporter: Replaced the s3_partition option with s3_partition_format to provide more flexibility to users. (#37915, #37503) Users can provide custom file partitions using strftime formatting. The default value of year=%Y/month=%m/day=%d/hour=%H/minute=%M matches the older pattern (with s3_partition: minute)

    If users do not provide a value for s3_prefix, the exporter will not create a / folder in the bucket.

  • elasticsearchexporter: drop support for metrics for none, raw, and bodymap mapping modes (#37928) Metrics support is in development, and was added for "ecs" and "otel" mapping modes. Support was unintentionally added for the other mapping modes, defaulting to the same behaviour as "ecs" mode. While metrics support is still in development, drop support from these mapping modes and require users to use the intended mapping modes.

  • awscontainerinsightreceiver: Remove high cardinality attribute Timestamp from metrics generated by awscontainerinsightreceiver (#35861)

  • failoverconnector: Refactors the failover logic and changes the retry mechanism to sample data points (#38064)

  • processor/k8sattributes: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to stable (#25128)

  • signalfxexporter: Remove the deprecated configuration option translation_rules (#35332) Please use processors to handle desired metric transformations instead. Find migration guidance in the translation rules migration guide.

  • signaltometricsconnector: get OTTL function is removed and expressions are now parsed using ParseValueExpression (#38098)

🚩 Deprecations 🚩

  • elasticsearchexporter: Deprecate batcher::min_size_items and batcher::max_size_items in favor of batcher::min_size and batcher::max_size. (#38243)
  • prometheusreceiver: Deprecate metric start time adjustment in the prometheus receiver. It is being replaced by the metricstarttime processor. (#37186) Start time adjustment is still enabled by default. To disable it, enable the | receiver.prometheusreceiver.RemoveStartTimeAdjustment feature gate.

🚀 New components 🚀

  • windowsservicereceiver: Adding a wireframe for a new receiver: windowsservicereceiver (#31377)
  • azureblobexporter: Add new exporter for sending telemetry to Azure Storage Blob (#35717)
  • kafkatopicsobserver: Adding implementation and tests of the component's logic. (#37665)

💡 Enhancements 💡

  • coralogixexporter: Add support for profiles to the Coralogix exporter. (#38011) This change adds support for profiles to the Coralogix exporter. It allows users to export profiles to Coralogix.

  • coralogixexporter: Add new batching capabilities to the Coralogix exporter. (#38081) This change adds a new batching capabilities to the Coralogix exporter. This change is triggered by open-telemetry/opentelemetry-collector#8122.

... (truncated)

Changelog

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

v0.121.0

🛑 Breaking changes 🛑

  • pkg/stanza: Add method ProcessBatch to Operator interface in pkg/stanza/operator package to support batch processing. (#35455)
  • pkg/stanza: Change signature of emit.Callback function in pkg/stanza/fileconsumer/emit package to emit multiple tokens. (#35455)
  • awscontainerinsightreceiver: Remove high cardinality attribute Timestamp from metrics generated by awscontainerinsightreceiver (#35861)
  • pkg/ottl: Remove ottl.Option in favor of ottl.Option[ottl.TransformContext] (#38247)

💡 Enhancements 💡

  • extension/sumologicextension: Sanitize the version before it is used to send data to SumoLogic (#37689)
  • metricstarttimeprocessor: add true_reset_point strategy for setting the start timestamp of cumulative points. (#37186) The implementation is copied from the Prometheus receiver.
  • pkg/datadog: StaticAPIKeyCheck available in pkg/datadog to validate Datadog api is key not empty and no invalid characters (#38223) refactor of existing logic for export
  • receiver/statsd: Make all types within the config struct public (#38186) This allows programmatically generating the receiver's config using the module's public types.

🧰 Bug fixes 🧰

  • testbed: Fix batch interval calculation to avoid possible division by zero (#38084)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor from 0.120.1 to 0.121.0

Release notes

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

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

  • telemetrygen: Update attribute of generated traces from net.peer.ip to net.sock.peer.addr to bring it in line with new semconv. (#38043)

  • awss3exporter: Replaced the s3_partition option with s3_partition_format to provide more flexibility to users. (#37915, #37503) Users can provide custom file partitions using strftime formatting. The default value of year=%Y/month=%m/day=%d/hour=%H/minute=%M matches the older pattern (with s3_partition: minute)

    If users do not provide a value for s3_prefix, the exporter will not create a / folder in the bucket.

  • elasticsearchexporter: drop support for metrics for none, raw, and bodymap mapping modes (#37928) Metrics support is in development, and was added for "ecs" and "otel" mapping modes. Support was unintentionally added for the other mapping modes, defaulting to the same behaviour as "ecs" mode. While metrics support is still in development, drop support from these mapping modes and require users to use the intended mapping modes.

  • awscontainerinsightreceiver: Remove high cardinality attribute Timestamp from metrics generated by awscontainerinsightreceiver (#35861)

  • failoverconnector: Refactors the failover logic and changes the retry mechanism to sample data points (#38064)

  • processor/k8sattributes: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to stable (#25128)

  • signalfxexporter: Remove the deprecated configuration option translation_rules (#35332) Please use processors to handle desired metric transformations instead. Find migration guidance in the translation rules migration guide.

  • signaltometricsconnector: get OTTL function is removed and expressions are now parsed using ParseValueExpression (#38098)

🚩 Deprecations 🚩

  • elasticsearchexporter: Deprecate batcher::min_size_items and batcher::max_size_items in favor of batcher::min_size and batcher::max_size. (#38243)
  • prometheusreceiver: Deprecate metric start time adjustment in the prometheus receiver. It is being replaced by the metricstarttime processor. (#37186) Start time adjustment is still enabled by default. To disable it, enable the | receiver.prometheusreceiver.RemoveStartTimeAdjustment feature gate.

🚀 New components 🚀

  • windowsservicereceiver: Adding a wireframe for a new receiver: windowsservicereceiver (#31377)
  • azureblobexporter: Add new exporter for sending telemetry to Azure Storage Blob (#35717)
  • kafkatopicsobserver: Adding implementation and tests of the component's logic. (#37665)

💡 Enhancements 💡

  • coralogixexporter: Add support for profiles to the Coralogix exporter. (#38011) This change adds support for profiles to the Coralogix exporter. It allows users to export profiles to Coralogix.

  • coralogixexporter: Add new batching capabilities to the Coralogix exporter. (#38081) This change adds a new batching capabilities to the Coralogix exporter. This change is triggered by open-telemetry/opentelemetry-collector#8122.

... (truncated)

Changelog

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

v0.121.0

🛑 Breaking changes 🛑

  • pkg/stanza: Add method ProcessBatch to Operator interface in pkg/stanza/operator package to support batch processing. (#35455)
  • pkg/stanza: Change signature of emit.Callback function in pkg/stanza/fileconsumer/emit package to emit multiple tokens. (#35455)
  • awscontainerinsightreceiver: Remove high cardinality attribute Timestamp from metrics generated by awscontainerinsightreceiver (#35861)
  • pkg/ottl: Remove ottl.Option in favor of ottl.Option[ottl.TransformContext] (#38247)

💡 Enhancements 💡

  • extension/sumologicextension: Sanitize the version before it is used to send data to SumoLogic (#37689)
  • metricstarttimeprocessor: add true_reset_point strategy for setting the start timestamp of cumulative points. (#37186) The implementation is copied from the Prometheus receiver.
  • pkg/datadog: StaticAPIKeyCheck available in pkg/datadog to validate Datadog api is key not empty and no invalid characters (#38223) refactor of existing logic for export
  • receiver/statsd: Make all types within the config struct public (#38186) This allows programmatically generating the receiver's config using the module's public types.

🧰 Bug fixes 🧰

  • testbed: Fix batch interval calculation to avoid possible division by zero (#38084)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor from 0.120.1 to 0.121.0

Release notes

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

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

  • telemetrygen: Update attribute of generated traces from net.peer.ip to net.sock.peer.addr to bring it in line with new semconv. (#38043)

  • awss3exporter: Replaced the s3_partition option with s3_partition_format to provide more flexibility to users. (#37915, #37503) Users can provide custom file partitions using strftime formatting. The default value of year=%Y/month=%m/day=%d/hour=%H/minute=%M matches the older pattern (with s3_partition: minute)

    If users do not provide a value for s3_prefix, the exporter will not create a / folder in the bucket.

  • elasticsearchexporter: drop support for metrics for none, raw, and bodymap mapping modes (#37928) Metrics support is in development, and was added for "ecs" and "otel" mapping modes. Support was unintentionally added for the other mapping modes, defaulting to the same behaviour as "ecs" mode. While metrics support is still in development, drop support from these mapping modes and require users to use the intended mapping modes.

  • awscontainerinsightreceiver: Remove high cardinality attribute Timestamp from metrics generated by awscontainerinsightreceiver (#35861)

  • failoverconnector: Refactors the failover logic and changes the retry mechanism to sample data points (#38064)

  • processor/k8sattributes: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to stable (#25128)

  • signalfxexporter: Remove the deprecated configuration option translation_rules (#35332) Please use processors to handle desired metric transformations instead. Find migration guidance in the translation rules migration guide.

  • signaltometricsconnector: get OTTL function is removed and expressions are now parsed using ParseValueExpression (#38098)

🚩 Deprecations 🚩

  • elasticsearchexporter: Deprecate batcher::min_size_items and batcher::max_size_items in favor of batcher::min_size and batcher::max_size. (#38243)
  • prometheusreceiver: Deprecate metric start time adjustment in the prometheus receiver. It is being replaced by the metricstarttime processor. (#37186) Start time adjustment is still enabled by default. To disable it, enable the | receiver.prometheusreceiver.RemoveStartTimeAdjustment feature gate.

🚀 New components 🚀

  • windowsservicereceiver: Adding a wireframe for a new receiver: windowsservicereceiver (#31377)
  • azureblobexporter: Add new exporter for sending telemetry to Azure Storage Blob (#35717)
  • kafkatopicsobserver: Adding implementation and tests of the component's logic. (#37665)

💡 Enhancements 💡

  • coralogixexporter: Add support for profiles to the Coralogix exporter. (#38011) This change adds support for profiles to the Coralogix exporter. It allows users to export profiles to Coralogix.

  • coralogixexporter: Add new batching capabilities to the Coralogix exporter. (#38081) This change adds a new batching capabilities to the Coralogix exporter. This change is triggered by open-telemetry/opentelemetry-collector#8122.

... (truncated)

Changelog

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

v0.121.0

🛑 Breaking changes 🛑

  • pkg/stanza: Add method ProcessBatch to Operator interface in pkg/stanza/operator package to support batch processing. (#35455)
  • pkg/stanza: Change signature of emit.Callback function in pkg/stanza/fileconsumer/emit package to emit multiple tokens. (#35455)
  • awscontainerinsightreceiver: Remove high cardinality attribute Timestamp from metrics generated by awscontainerinsightreceiver (#35861)
  • pkg/ottl: Remove ottl.Option in favor of ottl.Option[ottl.TransformContext] (#38247)

💡 Enhancements 💡

  • extension/sumologicextension: Sanitize the version before it is used to send data to SumoLogic (#37689)
  • metricstarttimeprocessor: add true_reset_point strategy for setting the start timestamp of cumulative points. (#37186) The implementation is copied from the Prometheus receiver.
  • pkg/datadog: StaticAPIKeyCheck available in pkg/datadog to validate Datadog api is key not empty and no invalid characters (#38223) refactor of existing logic for export
  • receiver/statsd: Make all types within the config struct public (#38186) This allows programmatically generating the receiver's config using the module's public types.

🧰 Bug fixes 🧰

  • testbed: Fix batch interval calculation to avoid possible division by zero (#38084)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor from 0.120.1 to 0.121.0

Release notes

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

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

  • telemetrygen: Update attribute of generated traces from net.peer.ip to net.sock.peer.addr to bring it in line with new semconv. (#38043)

  • awss3exporter: Replaced the s3_partition option with s3_partition_format to provide more flexibility to users. (#37915, #37503) Users can provide custom file partitions using strftime formatting. The default value of year=%Y/month=%m/day=%d/hour=%H/minute=%M matches the older pattern (with s3_partition: minute)

    If users do not provide a value for s3_prefix, the exporter will not create a / folder in the bucket.

  • elasticsearchexporter: drop support for metrics for none, raw, and bodymap mapping modes (#37928) Metrics support is in development, and was added for "ecs" and "otel" mapping modes. Support was unintentionally added for the other mapping modes, defaulting to the same behaviour as "ecs" mode. While metrics support is still in development, drop support from these mapping modes and require users to use the intended mapping modes.

  • awscontainerinsightreceiver: Remove high cardinality attribute Timestamp from metrics generated by awscontainerinsightreceiver (#35861)

  • failoverconnector: Refactors the failover logic and changes the retry mechanism to sample data points (#38064)

  • processor/k8sattributes: Move k8sattr.fieldExtractConfigRegex.disallow feature gate to stable (#25128)

  • signalfxexporter: Remove the deprecated configuration option translation_rules (#35332) Please use processors to handle desired metric transformations instead. Find migration guidance in the translation rules migration guide.

  • signaltometricsconnector: get OTTL function is removed and expressions are now parsed using ParseValueExpression (#38098)

🚩 Deprecations 🚩

  • elasticsearchexporter: Deprecate batcher::min_size_items and batcher::max_size_items in favor of batcher::min_size and batcher::max_size. (#38243)
  • prometheusreceiver: Deprecate metric start time adjustment in the prometheus receiver. It is being replaced by the metricstarttime processor. (#37186) Start time adjustment is still enabled by default. To disable it, enable the | receiver.prometheusreceiver.RemoveStartTimeAdjustment feature gate.

🚀 New components 🚀

  • windowsservicereceiver: Adding a wireframe for a new receiver: windowsservicereceiver (#31377)
  • azureblobexporter: Add new exporter for sending telemetry to Azure Storage Blob (#35717)
  • kafkatopicsobserver: Adding implementation and tests of the component's logic. (#37665)

💡 Enhancements 💡

  • coralogixexporter: Add support for profiles to the Coralogix exporter. (#38011) This change adds support for profiles to the Coralogix exporter. It allows users to export profiles to Coralogix.

  • coralogixexporter: Add new batching capabilities to the Coralogix exporter. (#38081) This change adds a new batching capabilities to the Coralogix exporter. This change is triggered by open-telemetry/opentelemetry-collector#8122.

... (truncated)

Changelog

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

v0.121.0

🛑 Breaking changes 🛑

  • pkg/stanza: Add method ProcessBatch to Operator interface in pkg/stanza/operator package to support batch processing. (#35455)
  • pkg/stanza: Change signature of emit.Callback function in pkg/stanza/fileconsumer/emit package to emit multiple tokens. (#35455)
  • awscontainerinsightreceiver: Remove high cardinality attribute Timestamp from metrics generated by awscontainerinsightreceiver (#35861)
  • pkg/ottl: Remove ottl.Option in favor of ottl.Option[ottl.TransformContext] (#38247)

💡 Enhancements 💡

  • extension/sumologicextension: Sanitize the version before it is used to send data to SumoLogic (#37689)
  • metricstarttimeprocessor: add true_reset_point strategy for setting the start timestamp of cumulative points. (#37186) The implementation is copied from the Prometheus receiver.
  • pkg/datadog: StaticAPIKeyCheck available in pkg/datadog to validate Datadog api is key not empty and no invalid characters (#38223) refactor of existing logic for export
  • receiver/statsd: Make all types within the config struct public (#38186) This allows programmatically generating the receiver's config using the module's public types.

🧰 Bug fixes 🧰

  • testbed: Fix batch interval calculation to avoid possible division by zero (#38084)
Commits

Updates go.opentelemetry.io/collector/component from 0.120.0 to 1.27.0

Changelog

Sourced from go.opentelemetry.io/collector/component's changelog.

v1.27.0/v0.121.0

🛑 Breaking changes 🛑

  • exporterqueue: Remove exporterqueue.Factory in favor of the NewQueue function, and merge configs for memory and persistent. (#12509) As a side effect of this change, no alternative implementation of the queue are supported and the Queue interface will be hidden.

  • exporterhelper: Update MergeSplit function signature to use the new SizeConfig (#12486)

  • extension, connector, processor, receiver, exporter, scraper: Remove deprecated Create* methods from Create*Func types. (#12305) The xconnector.CreateMetricsToProfilesFunc.CreateMetricsToProfiles method has been removed without a deprecation.

  • component: Remove deprecated function and interface ConfigValidator and ValidateConfig. (#11524)

    • Use xconfmap.Validator and xconfmap.Validate instead.
  • receiver, scraper, processor, exporter, extension: Remove deprecated MakeFactoryMap functions in favor of generic implementation (#12222)

  • exporterhelper: Change the signature of the exporterhelper.WithQueueRequest to accept Encoding instead of the Factory. (#12509)

  • component/componenttest: Removing the deprecated CheckReceiverMetrics and CheckReceiverTraces functions. (#12185)

🚩 Deprecations 🚩

  • componenttest: Deprecated componenttest.TestTelemetry in favor of componenttest.Telemetry (#12419)
  • connector, exporter, extension, processor, receiver, scraper: Add type parameter to NewNopSettings and deprecate NewNopSettingsWithType (#12305)
  • exporterhelper: Deprecate MinSizeConfig and MaxSizeItems. (#12486)
  • extension/extensionauth: Deprecate methods on *Func types. (#12480)
  • extension/auth, extension/auth/authtest: Deprecate extension/auth and the related test module in favor of extension/extensionauth (#12478)

🚀 New components 🚀

  • service/hostcapabilities: create service/hostcapabilities module (#12296, #12375) Removes getExporters interface in service/internal/graph. Removes getModuleInfos interface in service/internal/graph. Creates interface ExposeExporters in service/hostcapabilities to expose GetExporters function. Creates interface ModuleInfo in service/hostcapabilities to expose GetModuleInfos function.

💡 Enhancements 💡

  • exporterhelper: Adds the config API to support serialized bytes based batching (#3262)
  • configauth: Add the omitempty mapstructure tag to struct fields (#12191) This results in unset fields not being rendered when marshaling.
  • confighttp: Add the omitempty mapstructure tag to struct fields (#12191) This results in unset fields not being rendered when marshaling.
  • otelcol: Converters are now available in the components command. (#11900, #12385)
  • extension: Mark module as stable (#11005)
  • pcommon.Map: preallocate go map in Map.AsRaw() (#12406)
  • exporterhelper: Stabilize exporter.UsePullingBasedExporterQueueBatcher and remove old batch sender (#12425)
  • service: Add the omitempty mapstructure tag to struct fields (#12191) This results in unset fields not being rendered when marshaling.

🧰 Bug fixes 🧰

... (truncated)

Commits
  • 9ff68e1 [chore] Prepare release v1.27.0/v0.121.0 (#12534)
  • a9bca17 [confighttp] Add omitempty tag to fields (#12482)
  • d510c86 Remove exporterqueue.Factory and simplify exportehelper.WithQueueRequest (#12...
  • f38b0e1 [cmd/mdatagen] fix #12298 unit tests failures (#12523)
  • dc62746 [docs] add guidance around what a collector/distro is (#12435)
  • 9861e0a [chore] make contrib tests more efficient (#12490)
  • 80fd856 [chore] fix typos in error messages "Failed to convert metrics" (#12526)
  • 0b6c04b [chore] Small comments fix in exporterhelper/sizer (#12522)
  • 6a26bdc document breaking change in metric names for prometheus exporter (#12500)
  • 443e0bc [chore] pin extensionauth and extensionauthtest to published version (#12521)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component/componentstatus from 0.120.0 to 0.121.0

Changelog

Sourced from go.opentelemetry.io/collector/component/componentstatus's changelog.

v1.27.0/v0.121.0

🛑 Breaking changes 🛑

  • exporterqueue: Remove exporterqueue.Factory in favor of the NewQueue function, and merge configs for memory and persistent. (#12509) As a side effect of this change, no alternative implementation of the queue are supported and the Queue interface will be hidden.

  • exporterhelper: Update MergeSplit function signature to use the new SizeConfig (#12486)

  • extension, connector, processor, receiver, exporter, scraper: Remove deprecated Create* methods from Create*Func types. (#12305) The xconnector.CreateMetricsToProfilesFunc.CreateMetricsToProfiles method has been removed without a deprecation.

  • component: Remove deprecated function and interface ConfigValidator and ValidateConfig. (#11524)

    • Use xconfmap.Validator and xconfmap.Validate instead.
  • receiver, scraper, processor, exporter, extension: Remove deprecated MakeFactoryMap functions in favor of generic implementation (#12222)

  • exporterhelper: Change the signature of the exporterhelper.WithQueueRequest to accept Encoding instead of the...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 5, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/opentelemetry-collector-3a0aca4000 branch 3 times, most recently from c84b740 to 784da7e Compare March 6, 2025 12:13
@tdakkota tdakkota force-pushed the dependabot/go_modules/opentelemetry-collector-3a0aca4000 branch from 784da7e to 91a7e4c Compare March 6, 2025 12:15
@tdakkota
Copy link
Member

tdakkota commented Mar 6, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@tdakkota
Copy link
Member

tdakkota commented Mar 6, 2025

@dependabot recreate

Dependabot couldn't find the original pull request head commit, 784da7e.
@dependabot dependabot bot force-pushed the dependabot/go_modules/opentelemetry-collector-3a0aca4000 branch from 91a7e4c to 368e728 Compare March 6, 2025 12:18
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.02%. Comparing base (4a671c6) to head (23ae267).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #639   +/-   ##
=======================================
  Coverage   70.02%   70.02%           
=======================================
  Files         229      229           
  Lines       20060    20060           
=======================================
  Hits        14048    14048           
  Misses       5345     5345           
  Partials      667      667           

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tdakkota tdakkota merged commit adf95da into main Mar 6, 2025
16 checks passed
@tdakkota tdakkota deleted the dependabot/go_modules/opentelemetry-collector-3a0aca4000 branch March 6, 2025 12:27
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.

1 participant