Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps the otel group with 10 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden 0.140.1 0.141.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest 0.140.1 0.141.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling 0.140.1 0.141.0
go.opentelemetry.io/collector/component 1.46.0 1.47.0
go.opentelemetry.io/collector/component/componenttest 0.140.0 0.141.0
go.opentelemetry.io/collector/config/configcompression 1.46.0 1.47.0
go.opentelemetry.io/collector/config/confighttp 0.140.0 0.141.0
go.opentelemetry.io/collector/confmap 1.46.0 1.47.0
go.opentelemetry.io/collector/confmap/xconfmap 0.140.0 0.141.0
go.opentelemetry.io/collector/pdata 1.46.0 1.47.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden from 0.140.1 to 0.141.0

Release notes

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

v0.141.0

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

Unmaintained Components

These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.

  • exporter/carbon
  • receiver/bigip
  • receiver/carbon

End User Changelog

🛑 Breaking changes 🛑

  • all: fix pprofile DurationNano to be a TypeUint64 (#44397)

  • cmd/otelcontribcol: Removing unmaintained component exporter/carbon (#38913)

  • connector/spanmetrics: Add a feature gate to use the latest semantic conventions for the status code attribute on generated metrics. | This feature gate will replace the status.code attribute on the generated RED metrics with otel.status_code. | It will also replace the values STATUS_CODE_ERROR and STATUS_CODE_OK with ERROR and OK to align with the latest conventions. (#42103) This change is made to align with the latest semantic conventions. | The feature gate is disabled by default, but can be enabled with --feature-gates spanmetrics.statusCodeConvention.useOtelPrefix | or explicitly disabled with --feature-gates -spanmetrics.statusCodeConvention.useOtelPrefix.

  • exporter/clickhouse: Add EventName column to logs table (#42584) This column is optional for existing deployments. See project README for notes on how to upgrade your logs table.

  • exporter/clickhouse: Add columns for tracking JSON paths in logs + traces (#43109) The JSON columns now include a helper column for keeping track of what keys are inside of the JSON object. This change also introduces schema detection logic to reduce breaking changes whenever a column is added. Existing users can enable these features by manually adding all the new columns to their table.

  • exporter/kafka: exporter.kafkaexporter.UseFranzGo feature gate moved to Stable and is now always enabled (#44565) The franz-go client is now the default and only Kafka client library for the Kafka exporter. The feature gate exporter.kafkaexporter.UseFranzGo has been promoted to Stable status and cannot be disabled. Users can no longer opt out of using the franz-go client in favor of the legacy Sarama client. The Sarama client and the feature gate will be removed completely after v0.143.0.

  • extension/docker_observer: Upgrading Docker API version default from 1.24 to 1.44 (#44279)

  • pkg/ottl: Type of field profile.duration changes from time.Time to int64. (#44397)

  • receiver/azureeventhub: Promote Feature Gate receiver.azureeventhubreceiver.UseAzeventhubs to Beta (#44335)

  • receiver/k8slog: Update k8slogreceiver code-owners status and mark as unmaintained (#44078)

  • receiver/kafka: Remove deprecated topic and encoding (#44568)

  • receiver/kafka: receiver.kafkareceiver.UseFranzGo feature gate moved to Stable and is now always enabled (#44564) The franz-go client is now the default and only Kafka client library for the Kafka receiver. The feature gate receiver.kafkareceiver.UseFranzGo has been promoted to Stable status and cannot be disabled. Users can no longer opt out of using the franz-go client in favor of the legacy Sarama client. The Sarama code and the feature gate will be removed completely after v0.143.0.

🚩 Deprecations 🚩

  • receiver/prometheus: Add feature gate for extra scrape metrics in Prometheus receiver (#44181) deprecation of extra scrape metrics in Prometheus receiver will be removed eventually.

🚀 New components 🚀

... (truncated)

Changelog

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

v0.141.0

🛑 Breaking changes 🛑

  • all: fix pprofile DurationNano to be a TypeUint64 (#44397)
  • processor/tail_sampling: Remove only internally relevant fields from samplingpolicy.TraceData. (#44435)
  • processor/tail_sampling: Simplify the locking used by the tail sampling (#41656, #43671) There are two small breaking changes as part of this work:
    1. Pending traces are now passed through the decision logic during shutdown by default. If this is not desired it can be turned off using drop_pending_traces_on_shutdown.
    2. The mutex in samplingpolicy.TraceData has been removed and samplingpolicy.SpanCount is now an int64 instead of *atomic.Int64. Custom extensions using these fields will need to be updated.

🚩 Deprecations 🚩

  • pkg/translator/opencensus: Deprecate the package (#44641)

🧰 Bug fixes 🧰

  • pkg/ottl: Return errors when OTTL context setters receive values of the wrong type (#40198) Introduces ctxutil.ExpectType and updates log, metric, and scope setters to surface type assertion failures.
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.140.1 to 0.141.0

Release notes

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

v0.141.0

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

Unmaintained Components

These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.

  • exporter/carbon
  • receiver/bigip
  • receiver/carbon

End User Changelog

🛑 Breaking changes 🛑

  • all: fix pprofile DurationNano to be a TypeUint64 (#44397)

  • cmd/otelcontribcol: Removing unmaintained component exporter/carbon (#38913)

  • connector/spanmetrics: Add a feature gate to use the latest semantic conventions for the status code attribute on generated metrics. | This feature gate will replace the status.code attribute on the generated RED metrics with otel.status_code. | It will also replace the values STATUS_CODE_ERROR and STATUS_CODE_OK with ERROR and OK to align with the latest conventions. (#42103) This change is made to align with the latest semantic conventions. | The feature gate is disabled by default, but can be enabled with --feature-gates spanmetrics.statusCodeConvention.useOtelPrefix | or explicitly disabled with --feature-gates -spanmetrics.statusCodeConvention.useOtelPrefix.

  • exporter/clickhouse: Add EventName column to logs table (#42584) This column is optional for existing deployments. See project README for notes on how to upgrade your logs table.

  • exporter/clickhouse: Add columns for tracking JSON paths in logs + traces (#43109) The JSON columns now include a helper column for keeping track of what keys are inside of the JSON object. This change also introduces schema detection logic to reduce breaking changes whenever a column is added. Existing users can enable these features by manually adding all the new columns to their table.

  • exporter/kafka: exporter.kafkaexporter.UseFranzGo feature gate moved to Stable and is now always enabled (#44565) The franz-go client is now the default and only Kafka client library for the Kafka exporter. The feature gate exporter.kafkaexporter.UseFranzGo has been promoted to Stable status and cannot be disabled. Users can no longer opt out of using the franz-go client in favor of the legacy Sarama client. The Sarama client and the feature gate will be removed completely after v0.143.0.

  • extension/docker_observer: Upgrading Docker API version default from 1.24 to 1.44 (#44279)

  • pkg/ottl: Type of field profile.duration changes from time.Time to int64. (#44397)

  • receiver/azureeventhub: Promote Feature Gate receiver.azureeventhubreceiver.UseAzeventhubs to Beta (#44335)

  • receiver/k8slog: Update k8slogreceiver code-owners status and mark as unmaintained (#44078)

  • receiver/kafka: Remove deprecated topic and encoding (#44568)

  • receiver/kafka: receiver.kafkareceiver.UseFranzGo feature gate moved to Stable and is now always enabled (#44564) The franz-go client is now the default and only Kafka client library for the Kafka receiver. The feature gate receiver.kafkareceiver.UseFranzGo has been promoted to Stable status and cannot be disabled. Users can no longer opt out of using the franz-go client in favor of the legacy Sarama client. The Sarama code and the feature gate will be removed completely after v0.143.0.

🚩 Deprecations 🚩

  • receiver/prometheus: Add feature gate for extra scrape metrics in Prometheus receiver (#44181) deprecation of extra scrape metrics in Prometheus receiver will be removed eventually.

🚀 New components 🚀

... (truncated)

Changelog

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

v0.141.0

🛑 Breaking changes 🛑

  • all: fix pprofile DurationNano to be a TypeUint64 (#44397)
  • processor/tail_sampling: Remove only internally relevant fields from samplingpolicy.TraceData. (#44435)
  • processor/tail_sampling: Simplify the locking used by the tail sampling (#41656, #43671) There are two small breaking changes as part of this work:
    1. Pending traces are now passed through the decision logic during shutdown by default. If this is not desired it can be turned off using drop_pending_traces_on_shutdown.
    2. The mutex in samplingpolicy.TraceData has been removed and samplingpolicy.SpanCount is now an int64 instead of *atomic.Int64. Custom extensions using these fields will need to be updated.

🚩 Deprecations 🚩

  • pkg/translator/opencensus: Deprecate the package (#44641)

🧰 Bug fixes 🧰

  • pkg/ottl: Return errors when OTTL context setters receive values of the wrong type (#40198) Introduces ctxutil.ExpectType and updates log, metric, and scope setters to surface type assertion failures.
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling from 0.140.1 to 0.141.0

Release notes

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

v0.141.0

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

Unmaintained Components

These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.

  • exporter/carbon
  • receiver/bigip
  • receiver/carbon

End User Changelog

🛑 Breaking changes 🛑

  • all: fix pprofile DurationNano to be a TypeUint64 (#44397)

  • cmd/otelcontribcol: Removing unmaintained component exporter/carbon (#38913)

  • connector/spanmetrics: Add a feature gate to use the latest semantic conventions for the status code attribute on generated metrics. | This feature gate will replace the status.code attribute on the generated RED metrics with otel.status_code. | It will also replace the values STATUS_CODE_ERROR and STATUS_CODE_OK with ERROR and OK to align with the latest conventions. (#42103) This change is made to align with the latest semantic conventions. | The feature gate is disabled by default, but can be enabled with --feature-gates spanmetrics.statusCodeConvention.useOtelPrefix | or explicitly disabled with --feature-gates -spanmetrics.statusCodeConvention.useOtelPrefix.

  • exporter/clickhouse: Add EventName column to logs table (#42584) This column is optional for existing deployments. See project README for notes on how to upgrade your logs table.

  • exporter/clickhouse: Add columns for tracking JSON paths in logs + traces (#43109) The JSON columns now include a helper column for keeping track of what keys are inside of the JSON object. This change also introduces schema detection logic to reduce breaking changes whenever a column is added. Existing users can enable these features by manually adding all the new columns to their table.

  • exporter/kafka: exporter.kafkaexporter.UseFranzGo feature gate moved to Stable and is now always enabled (#44565) The franz-go client is now the default and only Kafka client library for the Kafka exporter. The feature gate exporter.kafkaexporter.UseFranzGo has been promoted to Stable status and cannot be disabled. Users can no longer opt out of using the franz-go client in favor of the legacy Sarama client. The Sarama client and the feature gate will be removed completely after v0.143.0.

  • extension/docker_observer: Upgrading Docker API version default from 1.24 to 1.44 (#44279)

  • pkg/ottl: Type of field profile.duration changes from time.Time to int64. (#44397)

  • receiver/azureeventhub: Promote Feature Gate receiver.azureeventhubreceiver.UseAzeventhubs to Beta (#44335)

  • receiver/k8slog: Update k8slogreceiver code-owners status and mark as unmaintained (#44078)

  • receiver/kafka: Remove deprecated topic and encoding (#44568)

  • receiver/kafka: receiver.kafkareceiver.UseFranzGo feature gate moved to Stable and is now always enabled (#44564) The franz-go client is now the default and only Kafka client library for the Kafka receiver. The feature gate receiver.kafkareceiver.UseFranzGo has been promoted to Stable status and cannot be disabled. Users can no longer opt out of using the franz-go client in favor of the legacy Sarama client. The Sarama code and the feature gate will be removed completely after v0.143.0.

🚩 Deprecations 🚩

  • receiver/prometheus: Add feature gate for extra scrape metrics in Prometheus receiver (#44181) deprecation of extra scrape metrics in Prometheus receiver will be removed eventually.

🚀 New components 🚀

... (truncated)

Changelog

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

v0.141.0

🛑 Breaking changes 🛑

  • all: fix pprofile DurationNano to be a TypeUint64 (#44397)
  • processor/tail_sampling: Remove only internally relevant fields from samplingpolicy.TraceData. (#44435)
  • processor/tail_sampling: Simplify the locking used by the tail sampling (#41656, #43671) There are two small breaking changes as part of this work:
    1. Pending traces are now passed through the decision logic during shutdown by default. If this is not desired it can be turned off using drop_pending_traces_on_shutdown.
    2. The mutex in samplingpolicy.TraceData has been removed and samplingpolicy.SpanCount is now an int64 instead of *atomic.Int64. Custom extensions using these fields will need to be updated.

🚩 Deprecations 🚩

  • pkg/translator/opencensus: Deprecate the package (#44641)

🧰 Bug fixes 🧰

  • pkg/ottl: Return errors when OTTL context setters receive values of the wrong type (#40198) Introduces ctxutil.ExpectType and updates log, metric, and scope setters to surface type assertion failures.
Commits

Updates go.opentelemetry.io/collector/component from 1.46.0 to 1.47.0

Release notes

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

v1.47.0/v0.141.0

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

End User Changelog

🛑 Breaking changes 🛑

  • pkg/config/confighttp: Use configoptional.Optional for confighttp.ClientConfig.Cookies field (#14021)

💡 Enhancements 💡

  • pkg/config/confighttp: Setting compression_algorithms to an empty list now disables automatic decompression, ignoring Content-Encoding (#14131)
  • pkg/service: Update semantic conventions from internal telemetry to v1.37.0 (#14232)
  • pkg/xscraper: Implement xscraper for Profiles. (#13915)

🧰 Bug fixes 🧰

  • pkg/config/configoptional: Ensure that configoptional.None values resulting from unmarshaling are equivalent to configoptional.Optional zero value. (#14218)

API Changelog

🛑 Breaking changes 🛑

  • pkg/config/configgrpc: Replace component.Host parameter of ToServer/ToClientConn by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

  • pkg/config/confighttp: Replace component.Host parameter of ToServer/ToClient by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

🚩 Deprecations 🚩

  • pkg/pdata: Deprecate profile.Duration() and profile.SetDuration() (#14188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce MergeTo method (#14091)
  • pkg/pdata: Add profile.DurationNano() and profile.SetDurationNano() (#14188)

v1.46.0/v0.140.0

... (truncated)

Changelog

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

v1.47.0/v0.141.0

🛑 Breaking changes 🛑

  • pkg/config/configgrpc: Replace component.Host parameter of ToServer/ToClientConn by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

  • pkg/config/confighttp: Replace component.Host parameter of ToServer/ToClient by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

🚩 Deprecations 🚩

  • pkg/pdata: Deprecate profile.Duration() and profile.SetDuration() (#14188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce MergeTo method (#14091)
  • pkg/pdata: Add profile.DurationNano() and profile.SetDurationNano() (#14188)
Commits
  • 43396d4 [chore] Prepare release v1.47.0/v0.141.0 (#14237)
  • 7012862 fix(deps): update all golang.org/x packages (#14223)
  • b12ce10 [service] Update semantic conventions to v1.37.0 (#14232)
  • b5aaf8e Introduce MergeTo method for profiles (#14091)
  • c197ab2 [chore] Attempt to make benchmarks more resilient (#14227)
  • a9f386e [fips140][configtls.TestTPM_loadCertificate] Skip test if `GODEBUG=fips140=...
  • 73f090c [confighttp, configgrpc] Replace host parameter by map of extensions (#14190)
  • 974da01 [chore] Skip more benchmarks when reporting to codspeed (#14220)
  • 10f119c chore: add switchDictionary benchmarks (#14201)
  • 78ab16d Coding guidelines: document use of internal/testutil module (#14219)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component/componenttest from 0.140.0 to 0.141.0

Changelog

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

v1.47.0/v0.141.0

🛑 Breaking changes 🛑

  • pkg/config/configgrpc: Replace component.Host parameter of ToServer/ToClientConn by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

  • pkg/config/confighttp: Replace component.Host parameter of ToServer/ToClient by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

🚩 Deprecations 🚩

  • pkg/pdata: Deprecate profile.Duration() and profile.SetDuration() (#14188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce MergeTo method (#14091)
  • pkg/pdata: Add profile.DurationNano() and profile.SetDurationNano() (#14188)
Commits
  • 43396d4 [chore] Prepare release v1.47.0/v0.141.0 (#14237)
  • 7012862 fix(deps): update all golang.org/x packages (#14223)
  • b12ce10 [service] Update semantic conventions to v1.37.0 (#14232)
  • b5aaf8e Introduce MergeTo method for profiles (#14091)
  • c197ab2 [chore] Attempt to make benchmarks more resilient (#14227)
  • a9f386e [fips140][configtls.TestTPM_loadCertificate] Skip test if `GODEBUG=fips140=...
  • 73f090c [confighttp, configgrpc] Replace host parameter by map of extensions (#14190)
  • 974da01 [chore] Skip more benchmarks when reporting to codspeed (#14220)
  • 10f119c chore: add switchDictionary benchmarks (#14201)
  • 78ab16d Coding guidelines: document use of internal/testutil module (#14219)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/configcompression from 1.46.0 to 1.47.0

Release notes

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

v1.47.0/v0.141.0

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

End User Changelog

🛑 Breaking changes 🛑

  • pkg/config/confighttp: Use configoptional.Optional for confighttp.ClientConfig.Cookies field (#14021)

💡 Enhancements 💡

  • pkg/config/confighttp: Setting compression_algorithms to an empty list now disables automatic decompression, ignoring Content-Encoding (#14131)
  • pkg/service: Update semantic conventions from internal telemetry to v1.37.0 (#14232)
  • pkg/xscraper: Implement xscraper for Profiles. (#13915)

🧰 Bug fixes 🧰

  • pkg/config/configoptional: Ensure that configoptional.None values resulting from unmarshaling are equivalent to configoptional.Optional zero value. (#14218)

API Changelog

🛑 Breaking changes 🛑

  • pkg/config/configgrpc: Replace component.Host parameter of ToServer/ToClientConn by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

  • pkg/config/confighttp: Replace component.Host parameter of ToServer/ToClient by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

🚩 Deprecations 🚩

  • pkg/pdata: Deprecate profile.Duration() and profile.SetDuration() (#14188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce MergeTo method (#14091)
  • pkg/pdata: Add profile.DurationNano() and profile.SetDurationNano() (#14188)

v1.46.0/v0.140.0

... (truncated)

Changelog

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

v1.47.0/v0.141.0

🛑 Breaking changes 🛑

  • pkg/config/configgrpc: Replace component.Host parameter of ToServer/ToClientConn by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

  • pkg/config/confighttp: Replace component.Host parameter of ToServer/ToClient by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

🚩 Deprecations 🚩

  • pkg/pdata: Deprecate profile.Duration() and profile.SetDuration() (#14188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce MergeTo method (#14091)
  • pkg/pdata: Add profile.DurationNano() and profile.SetDurationNano() (#14188)
Commits
  • 43396d4 [chore] Prepare release v1.47.0/v0.141.0 (#14237)
  • 7012862 fix(deps): update all golang.org/x packages (#14223)
  • b12ce10 [service] Update semantic conventions to v1.37.0 (#14232)
  • b5aaf8e Introduce MergeTo method for profiles (#14091)
  • c197ab2 [chore] Attempt to make benchmarks more resilient (#14227)
  • a9f386e [fips140][configtls.TestTPM_loadCertificate] Skip test if `GODEBUG=fips140=...
  • 73f090c [confighttp, configgrpc] Replace host parameter by map of extensions (#14190)
  • 974da01 [chore] Skip more benchmarks when reporting to codspeed (#14220)
  • 10f119c chore: add switchDictionary benchmarks (#14201)
  • 78ab16d Coding guidelines: document use of internal/testutil module (#14219)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/confighttp from 0.140.0 to 0.141.0

Changelog

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

v1.47.0/v0.141.0

🛑 Breaking changes 🛑

  • pkg/config/configgrpc: Replace component.Host parameter of ToServer/ToClientConn by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

  • pkg/config/confighttp: Replace component.Host parameter of ToServer/ToClient by map of extensions (#13640) Components must now pass the map obtained from the host's GetExtensions method instead of the host itself.

    Nil may be used in tests where no middleware or authentication extensions are used.

🚩 Deprecations 🚩

  • pkg/pdata: Deprecate profile.Duration() and profile.SetDuration() (#14188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce MergeTo method (#14091)
  • pkg/pdata: Add profile.DurationNano() and profile.SetDurationNano() (#14188)
Commits
  • 43396d4 [chore] Prepare release v1.47.0/v0.141.0 (#14237)
  • 7012862 fix(deps): update all golang.org/x packages (#14223)
  • b12ce10 [service] Update semantic conventions to v1.37.0 (#14232)
  • b5aaf8e Introduce MergeTo method for profiles (#14091)
  • c197ab2 [chore] Attempt to make benchmarks more resilient (#14227)
  • a9f386e [fips140][configtls.TestTPM_loadCertificate] Skip test if `GODEBUG=fips140=...
  • 73f090c [confighttp, configgrpc] Replace host parameter by map of extensions (#14190)
  • 974da01 [chore] Skip more benchmarks when reporting to codspeed (#14220)
  • 10f119c chore: add switchDictionary benchmarks (#14201)
  • 78ab16d Coding guidelines: document use of internal/testutil module (#14219)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/confmap from 1.46.0 to 1.47.0

Release notes

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

v1.47.0/v0.141.0

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

End User Changelog

🛑 Breaking changes 🛑

  • pkg/config/confighttp: Use confi...

    Description has been truncated

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.140.1` | `0.141.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.140.1` | `0.141.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.140.1` | `0.141.0` |
| [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector) | `1.46.0` | `1.47.0` |
| [go.opentelemetry.io/collector/component/componenttest](https://github.com/open-telemetry/opentelemetry-collector) | `0.140.0` | `0.141.0` |
| [go.opentelemetry.io/collector/config/configcompression](https://github.com/open-telemetry/opentelemetry-collector) | `1.46.0` | `1.47.0` |
| [go.opentelemetry.io/collector/config/confighttp](https://github.com/open-telemetry/opentelemetry-collector) | `0.140.0` | `0.141.0` |
| [go.opentelemetry.io/collector/confmap](https://github.com/open-telemetry/opentelemetry-collector) | `1.46.0` | `1.47.0` |
| [go.opentelemetry.io/collector/confmap/xconfmap](https://github.com/open-telemetry/opentelemetry-collector) | `0.140.0` | `0.141.0` |
| [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.46.0` | `1.47.0` |


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden` from 0.140.1 to 0.141.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.140.1...v0.141.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest` from 0.140.1 to 0.141.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.140.1...v0.141.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling` from 0.140.1 to 0.141.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.140.1...v0.141.0)

Updates `go.opentelemetry.io/collector/component` from 1.46.0 to 1.47.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.46.0...pdata/v1.47.0)

Updates `go.opentelemetry.io/collector/component/componenttest` from 0.140.0 to 0.141.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.140.0...v0.141.0)

Updates `go.opentelemetry.io/collector/config/configcompression` from 1.46.0 to 1.47.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.46.0...pdata/v1.47.0)

Updates `go.opentelemetry.io/collector/config/confighttp` from 0.140.0 to 0.141.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.140.0...v0.141.0)

Updates `go.opentelemetry.io/collector/confmap` from 1.46.0 to 1.47.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.46.0...pdata/v1.47.0)

Updates `go.opentelemetry.io/collector/confmap/xconfmap` from 0.140.0 to 0.141.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.140.0...v0.141.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.46.0 to 1.47.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.46.0...pdata/v1.47.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden
  dependency-version: 0.141.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.141.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.141.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/component
  dependency-version: 1.47.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.141.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.47.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.141.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/confmap
  dependency-version: 1.47.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.141.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 2, 2025
@dmathieu
Copy link
Member

dmathieu commented Dec 2, 2025

@elastic/ingest-otel-data this is ready for review (for some reason, I can't assign the team as reviewers).

@dmathieu dmathieu merged commit af8bd74 into main Dec 2, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/otel-7c2243c24b branch December 2, 2025 13:02
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.

3 participants