Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

Bumps the otel group with 10 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden 0.134.0 0.135.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest 0.134.0 0.135.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling 0.134.0 0.135.0
go.opentelemetry.io/collector/component 1.40.0 1.41.0
go.opentelemetry.io/collector/component/componenttest 0.134.0 0.135.0
go.opentelemetry.io/collector/config/configcompression 1.40.0 1.41.0
go.opentelemetry.io/collector/config/confighttp 0.134.0 0.135.0
go.opentelemetry.io/collector/confmap 1.40.0 1.41.0
go.opentelemetry.io/collector/confmap/xconfmap 0.134.0 0.135.0
go.opentelemetry.io/collector/pdata 1.40.0 1.41.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden from 0.134.0 to 0.135.0

Release notes

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

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

  • apachereceiver: Add number of connections per async state metrics. (#41886)

  • githubreceiver: Update semantic conventions from v1.27.0 to v1.37.0 with standardized VCS and CICD attributes (#42378)

    • Resource attributes changed: organization.name -> vcs.owner.name, vcs.vendor.name -> vcs.provider.name
    • Trace attributes now use standardized VCS naming: vcs.ref.head.type -> vcs.ref.type
    • Added new standardized attributes: vcs.ref.base.name, vcs.ref.base.type, vcs.ref.type
    • Delta metrics now include base reference tracking attributes
    • Updated schema URL to https://opentelemetry.io/schemas/1.37.0
  • k8sattributesprocessor: Introduce allowLabelsAnnotationsSingular feature gate to use singular format for k8s label and annotation resource attributes (#39774) The feature gate, when enabled, will change the default resource attribute key format from k8s..labels. to k8s..label.. Same applies for annotations.

  • receiver/sapm: The SAPM Receiver component has been removed from the repo and is no longer being published as it has been deprecated since 22nd October 2024 and the removal date of April 2025 has passed. (#41411)

💡 Enhancements 💡

  • transformprocessor: Add support for merging histogram buckets. (#40280) The transformprocessor now supports merging histogram buckets using the merge_histogram_buckets function.

  • k8seventsreceiver: Adds scope name and version to logs (#42426)

  • googlecloudlogentry_encoding: Add support for request attributes and destination attributes in cloud audit logs (#42160)

  • azureeventhubreceiver: Added feature flag to use the new Azure SDK (#40795)

  • dockerstatsreceiver: Add Windows support (#42297) The dockerstatsreceiver now supports Windows hosts.

  • elasticsearchexporter: Populate profiling-hosts index with resource attribute information. (#42220)

  • tinybirdexporter: Limit request body to 10MB to avoid exceeding the EventsAPI size limit. (#41782)

  • exporter/kafkaexporter: Use franz-go client for Kafka exporter as default, promoting the exporter.kafkaexporter.UseFranzGo feature gate to Beta. (#42156)

  • exporter/kafka: Add allow_auto_topic_creation producer option to kafka exporter and client (#42468)

  • processor/resourcedetection: Add support for hetzner cloud in resourcedetectionprocessor (#42476)

  • kafkareceiver: Add rack_id configuration option to enable rack-aware replica selection (#42313) When configured and brokers support rack-aware replica selection, the client will prefer fetching from the closest replica, potentially reducing latency and improving performance.

  • statsdreceiver: Introduce explicit bucket for statsd receiver (#41203, #41503)

  • coreinternal/aggregateutil: Aggregate exponential histogram data points when different offsets are present (#42412)

  • prometheusremotewriteexporter: Remove unnecessary buffer copy in proto conversion (#42329)

  • pkg/translator/prometheusremotewrite: FromMetricsV2 now supports translating exponential histograms. (#33661) The translation layer for Prometheus remote write 2 now supports exponential histograms but is not fully implemented and ready for use.

  • processor/k8sattributes: Support extracting labels and annotations from k8s DaemonSets (#37957)

  • processor/k8sattributes: Support extracting labels and annotations from k8s Jobs (#37957)

  • k8sclusterreceiver: Add option namespaces for setting a list of namespaces to be observed by the receiver. This supersedes the namespace option which is now deprecated. (#40089)

  • k8sobjectsreceiver: Adds the instrumentation scope name and version (#42290)

  • receiver/kubeletstats: Introduce k8s.pod.volume.usage metric. (#40476)

  • datadogexporter: Add alpha feature gate 'exporter.datadogexporter.InferIntervalForDeltaMetrics'. (#42494) This feature gate will set the interval for OTLP delta metrics mapped by the exporter when it can infer them.

... (truncated)

Changelog

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

v0.135.0

💡 Enhancements 💡

  • datadog: remove references to DataDog/opentelemetry-mapping-go library in favor of DataDog/datadog-agent/pkg/opentelemetry-mapping-go (#42475) No change to end user behavior.
Commits
  • 05252e1 [chore] Prepare release 0.135.0 (#42564)
  • 647da00 [chore] remove batch from various examples (#42562)
  • 9901cf8 [chore] Update core dependencies (#42559)
  • 1ca2aa1 [chore][cmd/opampsupervisor] Add manual time.Sleep call (#42551)
  • bb8218c Revert "[chore][.github] Add Ubuntu to scoped-test runs" (#42555)
  • 527dec9 Fix datadogexporter integration test (#42553)
  • 4f9bb9c [exporter/datadog] Add 'exporter.datadogexporter.InferIntervalForDeltaMetrics...
  • 3e5b6b9 [chore][receiver/k8sevents] add k8s Event conversion example into README (#42...
  • cd4a481 Update module github.com/stretchr/testify to v1.11.1 (#42264)
  • adbd65e [processor/resourcedetection] Add support for hetzner cloud (#42477)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.134.0 to 0.135.0

Release notes

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

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

  • apachereceiver: Add number of connections per async state metrics. (#41886)

  • githubreceiver: Update semantic conventions from v1.27.0 to v1.37.0 with standardized VCS and CICD attributes (#42378)

    • Resource attributes changed: organization.name -> vcs.owner.name, vcs.vendor.name -> vcs.provider.name
    • Trace attributes now use standardized VCS naming: vcs.ref.head.type -> vcs.ref.type
    • Added new standardized attributes: vcs.ref.base.name, vcs.ref.base.type, vcs.ref.type
    • Delta metrics now include base reference tracking attributes
    • Updated schema URL to https://opentelemetry.io/schemas/1.37.0
  • k8sattributesprocessor: Introduce allowLabelsAnnotationsSingular feature gate to use singular format for k8s label and annotation resource attributes (#39774) The feature gate, when enabled, will change the default resource attribute key format from k8s..labels. to k8s..label.. Same applies for annotations.

  • receiver/sapm: The SAPM Receiver component has been removed from the repo and is no longer being published as it has been deprecated since 22nd October 2024 and the removal date of April 2025 has passed. (#41411)

💡 Enhancements 💡

  • transformprocessor: Add support for merging histogram buckets. (#40280) The transformprocessor now supports merging histogram buckets using the merge_histogram_buckets function.

  • k8seventsreceiver: Adds scope name and version to logs (#42426)

  • googlecloudlogentry_encoding: Add support for request attributes and destination attributes in cloud audit logs (#42160)

  • azureeventhubreceiver: Added feature flag to use the new Azure SDK (#40795)

  • dockerstatsreceiver: Add Windows support (#42297) The dockerstatsreceiver now supports Windows hosts.

  • elasticsearchexporter: Populate profiling-hosts index with resource attribute information. (#42220)

  • tinybirdexporter: Limit request body to 10MB to avoid exceeding the EventsAPI size limit. (#41782)

  • exporter/kafkaexporter: Use franz-go client for Kafka exporter as default, promoting the exporter.kafkaexporter.UseFranzGo feature gate to Beta. (#42156)

  • exporter/kafka: Add allow_auto_topic_creation producer option to kafka exporter and client (#42468)

  • processor/resourcedetection: Add support for hetzner cloud in resourcedetectionprocessor (#42476)

  • kafkareceiver: Add rack_id configuration option to enable rack-aware replica selection (#42313) When configured and brokers support rack-aware replica selection, the client will prefer fetching from the closest replica, potentially reducing latency and improving performance.

  • statsdreceiver: Introduce explicit bucket for statsd receiver (#41203, #41503)

  • coreinternal/aggregateutil: Aggregate exponential histogram data points when different offsets are present (#42412)

  • prometheusremotewriteexporter: Remove unnecessary buffer copy in proto conversion (#42329)

  • pkg/translator/prometheusremotewrite: FromMetricsV2 now supports translating exponential histograms. (#33661) The translation layer for Prometheus remote write 2 now supports exponential histograms but is not fully implemented and ready for use.

  • processor/k8sattributes: Support extracting labels and annotations from k8s DaemonSets (#37957)

  • processor/k8sattributes: Support extracting labels and annotations from k8s Jobs (#37957)

  • k8sclusterreceiver: Add option namespaces for setting a list of namespaces to be observed by the receiver. This supersedes the namespace option which is now deprecated. (#40089)

  • k8sobjectsreceiver: Adds the instrumentation scope name and version (#42290)

  • receiver/kubeletstats: Introduce k8s.pod.volume.usage metric. (#40476)

  • datadogexporter: Add alpha feature gate 'exporter.datadogexporter.InferIntervalForDeltaMetrics'. (#42494) This feature gate will set the interval for OTLP delta metrics mapped by the exporter when it can infer them.

... (truncated)

Changelog

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

v0.135.0

💡 Enhancements 💡

  • datadog: remove references to DataDog/opentelemetry-mapping-go library in favor of DataDog/datadog-agent/pkg/opentelemetry-mapping-go (#42475) No change to end user behavior.
Commits
  • 05252e1 [chore] Prepare release 0.135.0 (#42564)
  • 647da00 [chore] remove batch from various examples (#42562)
  • 9901cf8 [chore] Update core dependencies (#42559)
  • 1ca2aa1 [chore][cmd/opampsupervisor] Add manual time.Sleep call (#42551)
  • bb8218c Revert "[chore][.github] Add Ubuntu to scoped-test runs" (#42555)
  • 527dec9 Fix datadogexporter integration test (#42553)
  • 4f9bb9c [exporter/datadog] Add 'exporter.datadogexporter.InferIntervalForDeltaMetrics...
  • 3e5b6b9 [chore][receiver/k8sevents] add k8s Event conversion example into README (#42...
  • cd4a481 Update module github.com/stretchr/testify to v1.11.1 (#42264)
  • adbd65e [processor/resourcedetection] Add support for hetzner cloud (#42477)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling from 0.134.0 to 0.135.0

Release notes

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

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

  • apachereceiver: Add number of connections per async state metrics. (#41886)

  • githubreceiver: Update semantic conventions from v1.27.0 to v1.37.0 with standardized VCS and CICD attributes (#42378)

    • Resource attributes changed: organization.name -> vcs.owner.name, vcs.vendor.name -> vcs.provider.name
    • Trace attributes now use standardized VCS naming: vcs.ref.head.type -> vcs.ref.type
    • Added new standardized attributes: vcs.ref.base.name, vcs.ref.base.type, vcs.ref.type
    • Delta metrics now include base reference tracking attributes
    • Updated schema URL to https://opentelemetry.io/schemas/1.37.0
  • k8sattributesprocessor: Introduce allowLabelsAnnotationsSingular feature gate to use singular format for k8s label and annotation resource attributes (#39774) The feature gate, when enabled, will change the default resource attribute key format from k8s..labels. to k8s..label.. Same applies for annotations.

  • receiver/sapm: The SAPM Receiver component has been removed from the repo and is no longer being published as it has been deprecated since 22nd October 2024 and the removal date of April 2025 has passed. (#41411)

💡 Enhancements 💡

  • transformprocessor: Add support for merging histogram buckets. (#40280) The transformprocessor now supports merging histogram buckets using the merge_histogram_buckets function.

  • k8seventsreceiver: Adds scope name and version to logs (#42426)

  • googlecloudlogentry_encoding: Add support for request attributes and destination attributes in cloud audit logs (#42160)

  • azureeventhubreceiver: Added feature flag to use the new Azure SDK (#40795)

  • dockerstatsreceiver: Add Windows support (#42297) The dockerstatsreceiver now supports Windows hosts.

  • elasticsearchexporter: Populate profiling-hosts index with resource attribute information. (#42220)

  • tinybirdexporter: Limit request body to 10MB to avoid exceeding the EventsAPI size limit. (#41782)

  • exporter/kafkaexporter: Use franz-go client for Kafka exporter as default, promoting the exporter.kafkaexporter.UseFranzGo feature gate to Beta. (#42156)

  • exporter/kafka: Add allow_auto_topic_creation producer option to kafka exporter and client (#42468)

  • processor/resourcedetection: Add support for hetzner cloud in resourcedetectionprocessor (#42476)

  • kafkareceiver: Add rack_id configuration option to enable rack-aware replica selection (#42313) When configured and brokers support rack-aware replica selection, the client will prefer fetching from the closest replica, potentially reducing latency and improving performance.

  • statsdreceiver: Introduce explicit bucket for statsd receiver (#41203, #41503)

  • coreinternal/aggregateutil: Aggregate exponential histogram data points when different offsets are present (#42412)

  • prometheusremotewriteexporter: Remove unnecessary buffer copy in proto conversion (#42329)

  • pkg/translator/prometheusremotewrite: FromMetricsV2 now supports translating exponential histograms. (#33661) The translation layer for Prometheus remote write 2 now supports exponential histograms but is not fully implemented and ready for use.

  • processor/k8sattributes: Support extracting labels and annotations from k8s DaemonSets (#37957)

  • processor/k8sattributes: Support extracting labels and annotations from k8s Jobs (#37957)

  • k8sclusterreceiver: Add option namespaces for setting a list of namespaces to be observed by the receiver. This supersedes the namespace option which is now deprecated. (#40089)

  • k8sobjectsreceiver: Adds the instrumentation scope name and version (#42290)

  • receiver/kubeletstats: Introduce k8s.pod.volume.usage metric. (#40476)

  • datadogexporter: Add alpha feature gate 'exporter.datadogexporter.InferIntervalForDeltaMetrics'. (#42494) This feature gate will set the interval for OTLP delta metrics mapped by the exporter when it can infer them.

... (truncated)

Changelog

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

v0.135.0

💡 Enhancements 💡

  • datadog: remove references to DataDog/opentelemetry-mapping-go library in favor of DataDog/datadog-agent/pkg/opentelemetry-mapping-go (#42475) No change to end user behavior.
Commits
  • 05252e1 [chore] Prepare release 0.135.0 (#42564)
  • 647da00 [chore] remove batch from various examples (#42562)
  • 9901cf8 [chore] Update core dependencies (#42559)
  • 1ca2aa1 [chore][cmd/opampsupervisor] Add manual time.Sleep call (#42551)
  • bb8218c Revert "[chore][.github] Add Ubuntu to scoped-test runs" (#42555)
  • 527dec9 Fix datadogexporter integration test (#42553)
  • 4f9bb9c [exporter/datadog] Add 'exporter.datadogexporter.InferIntervalForDeltaMetrics...
  • 3e5b6b9 [chore][receiver/k8sevents] add k8s Event conversion example into README (#42...
  • cd4a481 Update module github.com/stretchr/testify to v1.11.1 (#42264)
  • adbd65e [processor/resourcedetection] Add support for hetzner cloud (#42477)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component from 1.40.0 to 1.41.0

Release notes

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

v1.41.0/v0.135.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.135.0

End User Changelog

💡 Enhancements 💡

  • exporterhelper: Add new exporter_queue_batch_send_size and exporter_queue_batch_send_size_bytes metrics, showing the size of telemetry batches from the exporter. (#12894)

API Changelog

🛑 Breaking changes 🛑

  • pdata/pprofile: Remove deprecated AddAttribute method (#13764)

💡 Enhancements 💡

  • configmiddleware: Stabilize configmiddleware module (#13422) This only stabilizes the configuration interface but does not stabilize the middlewares themselves or the way of implementing them.
  • xpdata: Add experimental MapBuilder struct to optimize pcommon.Map construction (#13617)

v1.40.0/v0.134.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.134.0

End User Changelog

💡 Enhancements 💡

  • pdata: Add custom grpc/encoding that replaces proto and calls into the custom marshal/unmarshal logic in pdata. (#13631) This change should not affect other gRPC calls since it fallbacks to the default grpc/proto encoding if requests are not pdata/otlp requests.
  • pdata: Avoid copying the pcommon.Map when same origin (#13731) This is a very large improvement if using OTTL with map functions since it will avoid a map copy.
  • exporterhelper: Respect num_consumers when batching and partitioning are enabled. (#13607)

🧰 Bug fixes 🧰

  • pdata: Correctly parse OTLP payloads containing non-packed repeated primitive fields (#13727, #13730) This bug prevented the Collector from ingesting most Histogram, ExponentialHistogram, and Profile payloads.

API Changelog

💡 Enhancements 💡

... (truncated)

Changelog

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

v1.41.0/v0.135.0

🛑 Breaking changes 🛑

  • pdata/pprofile: Remove deprecated AddAttribute method (#13764)

💡 Enhancements 💡

  • configmiddleware: Stabilize configmiddleware module (#13422) This only stabilizes the configuration interface but does not stabilize the middlewares themselves or the way of implementing them.
  • xpdata: Add experimental MapBuilder struct to optimize pcommon.Map construction (#13617)
Commits
  • a56655d [chore] Prepare release v1.41.0/v0.135.0 (#13790)
  • 3166bac Revert "Update module github.com/prometheus/common to v0.66.0" (#13786)
  • 6831efd [chore][examples] Remove reference to batch processor (#13767)
  • d28d1c6 Expose otelcol_exporter_queue_batch_size metric (#13478)
  • fe167a7 Remove deprecated AddAttribute method pprofile (#13764)
  • 5af9b6f [configmiddleware] Stabilize module (#13720)
  • 9251f31 Update module mvdan.cc/gofumpt to v0.9.0 (#13753)
  • 3d0d9ce Update module github.com/spf13/pflag to v1.0.10 (#13752)
  • bd5ef32 Update module github.com/prometheus/common to v0.66.0 (#13750)
  • 15e0990 [chore] Remove internal duplicate definition of QueueBatchSettings (#13700)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component/componenttest from 0.134.0 to 0.135.0

Changelog

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

v1.41.0/v0.135.0

🛑 Breaking changes 🛑

  • pdata/pprofile: Remove deprecated AddAttribute method (#13764)

💡 Enhancements 💡

  • configmiddleware: Stabilize configmiddleware module (#13422) This only stabilizes the configuration interface but does not stabilize the middlewares themselves or the way of implementing them.
  • xpdata: Add experimental MapBuilder struct to optimize pcommon.Map construction (#13617)
Commits
  • a56655d [chore] Prepare release v1.41.0/v0.135.0 (#13790)
  • 3166bac Revert "Update module github.com/prometheus/common to v0.66.0" (#13786)
  • 6831efd [chore][examples] Remove reference to batch processor (#13767)
  • d28d1c6 Expose otelcol_exporter_queue_batch_size metric (#13478)
  • fe167a7 Remove deprecated AddAttribute method pprofile (#13764)
  • 5af9b6f [configmiddleware] Stabilize module (#13720)
  • 9251f31 Update module mvdan.cc/gofumpt to v0.9.0 (#13753)
  • 3d0d9ce Update module github.com/spf13/pflag to v1.0.10 (#13752)
  • bd5ef32 Update module github.com/prometheus/common to v0.66.0 (#13750)
  • 15e0990 [chore] Remove internal duplicate definition of QueueBatchSettings (#13700)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/configcompression from 1.40.0 to 1.41.0

Release notes

Sourced from go.opentelemetry.io/collector/config/configcompression's releases.

v1.41.0/v0.135.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.135.0

End User Changelog

💡 Enhancements 💡

  • exporterhelper: Add new exporter_queue_batch_send_size and exporter_queue_batch_send_size_bytes metrics, showing the size of telemetry batches from the exporter. (#12894)

API Changelog

🛑 Breaking changes 🛑

  • pdata/pprofile: Remove deprecated AddAttribute method (#13764)

💡 Enhancements 💡

  • configmiddleware: Stabilize configmiddleware module (#13422) This only stabilizes the configuration interface but does not stabilize the middlewares themselves or the way of implementing them.
  • xpdata: Add experimental MapBuilder struct to optimize pcommon.Map construction (#13617)

v1.40.0/v0.134.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.134.0

End User Changelog

💡 Enhancements 💡

  • pdata: Add custom grpc/encoding that replaces proto and calls into the custom marshal/unmarshal logic in pdata. (#13631) This change should not affect other gRPC calls since it fallbacks to the default grpc/proto encoding if requests are not pdata/otlp requests.
  • pdata: Avoid copying the pcommon.Map when same origin (#13731) This is a very large improvement if using OTTL with map functions since it will avoid a map copy.
  • exporterhelper: Respect num_consumers when batching and partitioning are enabled. (#13607)

🧰 Bug fixes 🧰

  • pdata: Correctly parse OTLP payloads containing non-packed repeated primitive fields (#13727, #13730) This bug prevented the Collector from ingesting most Histogram, ExponentialHistogram, and Profile payloads.

API Changelog

💡 Enhancements 💡

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/config/configcompression's changelog.

v1.41.0/v0.135.0

🛑 Breaking changes 🛑

  • pdata/pprofile: Remove deprecated AddAttribute method (#13764)

💡 Enhancements 💡

  • configmiddleware: Stabilize configmiddleware module (#13422) This only stabilizes the configuration interface but does not stabilize the middlewares themselves or the way of implementing them.
  • xpdata: Add experimental MapBuilder struct to optimize pcommon.Map construction (#13617)
Commits
  • a56655d [chore] Prepare release v1.41.0/v0.135.0 (#13790)
  • 3166bac Revert "Update module github.com/prometheus/common to v0.66.0" (#13786)
  • 6831efd [chore][examples] Remove reference to batch processor (#13767)
  • d28d1c6 Expose otelcol_exporter_queue_batch_size metric (#13478)
  • fe167a7 Remove deprecated AddAttribute method pprofile (#13764)
  • 5af9b6f [configmiddleware] Stabilize module (#13720)
  • 9251f31 Update module mvdan.cc/gofumpt to v0.9.0 (#13753)
  • 3d0d9ce Update module github.com/spf13/pflag to v1.0.10 (#13752)
  • bd5ef32 Update module github.com/prometheus/common to v0.66.0 (#13750)
  • 15e0990 [chore] Remove internal duplicate definition of QueueBatchSettings (#13700)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/confighttp from 0.134.0 to 0.135.0

Changelog

Sourced from go.opentelemetry.io/collector/config/confighttp's changelog.

v1.41.0/v0.135.0

🛑 Breaking changes 🛑

  • pdata/pprofile: Remove deprecated AddAttribute method (#13764)

💡 Enhancements 💡

  • configmiddleware: Stabilize configmiddleware module (#13422) This only stabilizes the configuration interface but does not stabilize the middlewares themselves or the way of implementing them.
  • xpdata: Add experimental MapBuilder struct to optimize pcommon.Map construction (#13617)
Commits
  • a56655d [chore] Prepare release v1.41.0/v0.135.0 (#13790)
  • 3166bac Revert "Update module github.com/prometheus/common to v0.66.0" (#13786)
  • 6831efd [chore][examples] Remove reference to batch processor (#13767)
  • d28d1c6 Expose otelcol_exporter_queue_batch_size metric (#13478)
  • fe167a7 Remove deprecated AddAttribute method pprofile (#13764)
  • 5af9b6f [configmiddleware] Stabilize module (#13720)
  • 9251f31 Update module mvdan.cc/gofumpt to v0.9.0 (#13753)
  • 3d0d9ce Update module github.com/spf13/pflag to v1.0.10 (#13752)
  • bd5ef32 Update module github.com/prometheus/common to v0.66.0 (#13750)
  • 15e0990 [chore] Remove internal duplicate definition of QueueBatchSettings (#13700)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/confmap from 1.40.0 to 1.41.0

Release notes

Sourced from go.opentelemetry.io/collector/confmap's releases.

v1.41.0/v0.135.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.135.0

End User Changelog

💡 Enhancements 💡

  • exporterhelper: Add new exporter_queue_batch_send_size and exporter_queue_batch_send_size_bytes metrics, showing the size of telemetry batches from the exporter. (#12894)

API Changelog

🛑 Breaking changes 🛑

  • pdata/pprofile: Remove deprecated AddAttribute method (#13764)

💡 Enhancements 💡

  • configmiddleware: Stabilize configmiddleware module (#13422) This only stabilizes the configuration interface but does not stabilize the middlewares themselves or the way of implementing them.
  • xpdata: Add experimental MapBuilder struct to optimize pcommon.Map construction (#13617)

v1.40.0/v0.134.0

Images and binaries here:

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 9, 2025
Bumps the otel group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.134.0` | `0.135.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.134.0` | `0.135.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.134.0` | `0.135.0` |
| [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector) | `1.40.0` | `1.41.0` |
| [go.opentelemetry.io/collector/component/componenttest](https://github.com/open-telemetry/opentelemetry-collector) | `0.134.0` | `0.135.0` |
| [go.opentelemetry.io/collector/config/configcompression](https://github.com/open-telemetry/opentelemetry-collector) | `1.40.0` | `1.41.0` |
| [go.opentelemetry.io/collector/config/confighttp](https://github.com/open-telemetry/opentelemetry-collector) | `0.134.0` | `0.135.0` |
| [go.opentelemetry.io/collector/confmap](https://github.com/open-telemetry/opentelemetry-collector) | `1.40.0` | `1.41.0` |
| [go.opentelemetry.io/collector/confmap/xconfmap](https://github.com/open-telemetry/opentelemetry-collector) | `0.134.0` | `0.135.0` |
| [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.40.0` | `1.41.0` |


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden` from 0.134.0 to 0.135.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.134.0...v0.135.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest` from 0.134.0 to 0.135.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.134.0...v0.135.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling` from 0.134.0 to 0.135.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.134.0...v0.135.0)

Updates `go.opentelemetry.io/collector/component` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.40.0...pdata/v1.41.0)

Updates `go.opentelemetry.io/collector/component/componenttest` from 0.134.0 to 0.135.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.134.0...v0.135.0)

Updates `go.opentelemetry.io/collector/config/configcompression` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.40.0...pdata/v1.41.0)

Updates `go.opentelemetry.io/collector/config/confighttp` from 0.134.0 to 0.135.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.134.0...v0.135.0)

Updates `go.opentelemetry.io/collector/confmap` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.40.0...pdata/v1.41.0)

Updates `go.opentelemetry.io/collector/confmap/xconfmap` from 0.134.0 to 0.135.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.134.0...v0.135.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.40.0...pdata/v1.41.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden
  dependency-version: 0.135.0
  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-version: 0.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling
  dependency-version: 0.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/component
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/component/componenttest
  dependency-version: 0.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/config/configcompression
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/config/confighttp
  dependency-version: 0.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/confmap
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/confmap/xconfmap
  dependency-version: 0.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-b96de3a977 branch from 554a2fc to 619d548 Compare September 15, 2025 04:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@ChrsMark
Copy link
Member

ChrsMark commented Oct 6, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ChrsMark
Copy link
Member

ChrsMark commented Oct 6, 2025

@dependabot recreate

@ChrsMark ChrsMark merged commit 8756a19 into main Oct 6, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/otel-b96de3a977 branch October 6, 2025 09:37
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Oh no! Something went wrong on our end. Please try again later.

If the problem persists, please contact GitHub support for assistance 🙇

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