Skip to content

Bump the opentelemetry-contrib group with 8 updates #5314

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps the opentelemetry-contrib group with 8 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger 0.127.0 0.128.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter 0.127.0 0.128.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl 0.127.0 0.128.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor 0.127.0 0.128.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver 0.127.0 0.128.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver 0.127.0 0.128.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver 0.127.0 0.128.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver 0.127.0 0.128.0

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

Release notes

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

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

  • pkg: Remove the fields from category FrontDoorWebApplicationFirewallLog from the body log record and place them as log record attributes. (#39993)

  • opampsupervisor: Update passthrough logging to use Error for stderr pipe. (#40491)

  • countconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • elasticsearchexporter: Upgrade profiles proto to 1.7.0 (#40285)

  • golden: Upgrade profiles proto to 1.7.0 (#40285)

  • otelarrowexporter: Configure the combined queue-batch facility, modifies the defaults sending_queue settings. (#40211) Removes experimental batcher config, which was never recommended, and documents how to replace the formerly recommended concurrentbatchprocessor configuration.

  • ottl: Upgrade profiles proto to 1.7.0 (#40285)

  • redisstorageextension: Add TLS support (#40185) TLS is now enabled by default. To disable TLS, use: tls: insecure: true

  • pkg/ottl: Remove access to the profile lookup tables (#40227) the mapping_table, location_table, function_table, attribute_table, attribute_units, link_table, string_stable have been moved to a root dictionary attribute and are not part of profile anymore.

  • signaltometricsconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • sqlserverreceiver: Rename flags for enabling top query collection and query sample collection. (#40416) Renamed top_query_collection.enabled to events."db.server.top_query".enabled in top query collection. Renamed query_sample_collection.enabled to events."db.server.query_sample".enabled in query sample collection.

🚩 Deprecations 🚩

  • receiver/hostmetrics: Mark hostmetrics.process.onWindowsUseNewGetProcesses feature gate as stable (#32947)

💡 Enhancements 💡

  • resourcedetectionprocessor: Add the option to retrieve resource attributes from the K8s API server and EC2 api when the IMDS service is not available. (#39503)

  • windowseventlogreceiver: Add a boolean option to include the log.record.original attribute of each event record. (#40365)

  • prometheusremotewritereceiver: Improve observability about data ingestion (#37277)

  • prometheusremotewritereceiver: Add LRU cache for resource metrics in prometheusremotewritereceiver. (#37277) To avoid memory leaks, the receiver will now use a LRU cache to store resource metrics. The less recently used resource metrics are evicted from the cache given a maximum size. For now the maximum size is 1000.

  • prometheusremotewritereceiver: Add a count of all successfully written samples when elements were processed. (#37277)

  • resourcedetectionprocessor: Add additional OS properties to resource detection: os.build.id and os.name (#39941)

  • receivercreator: Add an option to set default annotations to override the discovery logic (#37436)

  • kafkaexporter: Add an Alpha feature gate exporter.kafkaexporter.UseFranzGoClient to use franz-go in the Kafka exporter for better performance. (#40364) This change adds an experimental opt-in support to use the franz-go client in the Kafka exporter. The franz-go client is a high-performance Kafka client that can improve the performance of the Kafka exporter. The default client remains sarama, which is used by the Kafka receiver and other components. Enable the franz-go client by setting the exporter.kafkaexporter.UseFranzGo feature gate.

  • receiver/cloudflare: Enable the receiver to consume fields from Cloudflare containing a map (#40318)

  • filelogreceiver: The fingerprint of gzip compressed files is created by decompressing and reading the first fingerprint_size bytes. (#37772)

... (truncated)

Changelog

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

v0.128.0

🛑 Breaking changes 🛑

  • prometheusremoteexporter: Delete unused struct CreatedMetric (#40266)

  • k8slogreceiver: Unexport DockerConfig and CRIConfig (#40274)

  • several: Rename fields named TLSSetting to TLS for consistency with the core repository. (#40452) This change affects the following components:

    • exporter/datadogexporter
    • exporter/signalfxexporter
    • exporter/syslogexporter
    • extension/awsproxy
    • extension/oauth2clientauthextension
    • extension/opampextension
    • processor/resourcedetectionprocessor/internal/openshift
    • receiver/awsfirehosereceiver
    • receiver/cloudfoundryreceiver
    • receiver/prometheusreceiver/targetallocator
  • azureblobexporter: Delete type alias Container (#40268)

  • headersetterextension: Unexport Header (#40542)

  • intervalprocessor: Unexport Processor (#40273)

  • splunkenterprisereceiver: Unexport Info (#40267)

💡 Enhancements 💡

  • pkg/ottl: Add ottl.ValueComparator API to allow comparing values using the OTTL comparison rules (#40370) This change introduces a new API (ottl.NewValueComparator) that allows users to compare raw values using the OTTL comparison rules. It is useful for implementing custom logic in OTTL functions where value comparison and consistency is desired.

🧰 Bug fixes 🧰

  • pkg/translator/prometheusremotewrite: Fix bug where metric metadata was sent with incorrect metric name if configuration includes 'namespace' (#39826)
  • prometheusexporter: Expose Scope Name, Version, Schema URL, and Attributes as labels. (#40004) This work is done to comply with open-telemetry/opentelemetry-specification#4223.
Commits
  • f1d7085 [chore] Prepare release 0.128.0 (#40564)
  • c5356cd [cmd/opampsupervisor] chore: Store RemoteConfigStatus in persistent state (#4...
  • 0245843 [receiver/windowseventlogreceiver]: add IncludeLogRecordOriginal to add `lo...
  • 1de3ee6 [fileconsumer] Compute fingerprint for compressed files by decompressing its ...
  • ec280e5 [chore] [pkg/ottl] Introduce ctxutil.GetMap() and ctxutil.GetMapKeyName()...
  • a432b4e [extension/headersetter] unexport Header struct (#40542)
  • bae6c10 [chore] follow the contract of createDefaultConfig (#40541)
  • 1ee5b68 [extensions/azureauth] Retrieve scope from Host/URL.Host instead of Header fo...
  • dab3488 [processor/resourcedetection] add host.interface resource attribute to `sys...
  • 9d83b68 [chore] prom rw v2 exporter add support for batching (#40051)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter from 0.127.0 to 0.128.0

Release notes

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

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

  • pkg: Remove the fields from category FrontDoorWebApplicationFirewallLog from the body log record and place them as log record attributes. (#39993)

  • opampsupervisor: Update passthrough logging to use Error for stderr pipe. (#40491)

  • countconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • elasticsearchexporter: Upgrade profiles proto to 1.7.0 (#40285)

  • golden: Upgrade profiles proto to 1.7.0 (#40285)

  • otelarrowexporter: Configure the combined queue-batch facility, modifies the defaults sending_queue settings. (#40211) Removes experimental batcher config, which was never recommended, and documents how to replace the formerly recommended concurrentbatchprocessor configuration.

  • ottl: Upgrade profiles proto to 1.7.0 (#40285)

  • redisstorageextension: Add TLS support (#40185) TLS is now enabled by default. To disable TLS, use: tls: insecure: true

  • pkg/ottl: Remove access to the profile lookup tables (#40227) the mapping_table, location_table, function_table, attribute_table, attribute_units, link_table, string_stable have been moved to a root dictionary attribute and are not part of profile anymore.

  • signaltometricsconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • sqlserverreceiver: Rename flags for enabling top query collection and query sample collection. (#40416) Renamed top_query_collection.enabled to events."db.server.top_query".enabled in top query collection. Renamed query_sample_collection.enabled to events."db.server.query_sample".enabled in query sample collection.

🚩 Deprecations 🚩

  • receiver/hostmetrics: Mark hostmetrics.process.onWindowsUseNewGetProcesses feature gate as stable (#32947)

💡 Enhancements 💡

  • resourcedetectionprocessor: Add the option to retrieve resource attributes from the K8s API server and EC2 api when the IMDS service is not available. (#39503)

  • windowseventlogreceiver: Add a boolean option to include the log.record.original attribute of each event record. (#40365)

  • prometheusremotewritereceiver: Improve observability about data ingestion (#37277)

  • prometheusremotewritereceiver: Add LRU cache for resource metrics in prometheusremotewritereceiver. (#37277) To avoid memory leaks, the receiver will now use a LRU cache to store resource metrics. The less recently used resource metrics are evicted from the cache given a maximum size. For now the maximum size is 1000.

  • prometheusremotewritereceiver: Add a count of all successfully written samples when elements were processed. (#37277)

  • resourcedetectionprocessor: Add additional OS properties to resource detection: os.build.id and os.name (#39941)

  • receivercreator: Add an option to set default annotations to override the discovery logic (#37436)

  • kafkaexporter: Add an Alpha feature gate exporter.kafkaexporter.UseFranzGoClient to use franz-go in the Kafka exporter for better performance. (#40364) This change adds an experimental opt-in support to use the franz-go client in the Kafka exporter. The franz-go client is a high-performance Kafka client that can improve the performance of the Kafka exporter. The default client remains sarama, which is used by the Kafka receiver and other components. Enable the franz-go client by setting the exporter.kafkaexporter.UseFranzGo feature gate.

  • receiver/cloudflare: Enable the receiver to consume fields from Cloudflare containing a map (#40318)

  • filelogreceiver: The fingerprint of gzip compressed files is created by decompressing and reading the first fingerprint_size bytes. (#37772)

... (truncated)

Changelog

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

v0.128.0

🛑 Breaking changes 🛑

  • prometheusremoteexporter: Delete unused struct CreatedMetric (#40266)

  • k8slogreceiver: Unexport DockerConfig and CRIConfig (#40274)

  • several: Rename fields named TLSSetting to TLS for consistency with the core repository. (#40452) This change affects the following components:

    • exporter/datadogexporter
    • exporter/signalfxexporter
    • exporter/syslogexporter
    • extension/awsproxy
    • extension/oauth2clientauthextension
    • extension/opampextension
    • processor/resourcedetectionprocessor/internal/openshift
    • receiver/awsfirehosereceiver
    • receiver/cloudfoundryreceiver
    • receiver/prometheusreceiver/targetallocator
  • azureblobexporter: Delete type alias Container (#40268)

  • headersetterextension: Unexport Header (#40542)

  • intervalprocessor: Unexport Processor (#40273)

  • splunkenterprisereceiver: Unexport Info (#40267)

💡 Enhancements 💡

  • pkg/ottl: Add ottl.ValueComparator API to allow comparing values using the OTTL comparison rules (#40370) This change introduces a new API (ottl.NewValueComparator) that allows users to compare raw values using the OTTL comparison rules. It is useful for implementing custom logic in OTTL functions where value comparison and consistency is desired.

🧰 Bug fixes 🧰

  • pkg/translator/prometheusremotewrite: Fix bug where metric metadata was sent with incorrect metric name if configuration includes 'namespace' (#39826)
  • prometheusexporter: Expose Scope Name, Version, Schema URL, and Attributes as labels. (#40004) This work is done to comply with open-telemetry/opentelemetry-specification#4223.
Commits
  • f1d7085 [chore] Prepare release 0.128.0 (#40564)
  • c5356cd [cmd/opampsupervisor] chore: Store RemoteConfigStatus in persistent state (#4...
  • 0245843 [receiver/windowseventlogreceiver]: add IncludeLogRecordOriginal to add `lo...
  • 1de3ee6 [fileconsumer] Compute fingerprint for compressed files by decompressing its ...
  • ec280e5 [chore] [pkg/ottl] Introduce ctxutil.GetMap() and ctxutil.GetMapKeyName()...
  • a432b4e [extension/headersetter] unexport Header struct (#40542)
  • bae6c10 [chore] follow the contract of createDefaultConfig (#40541)
  • 1ee5b68 [extensions/azureauth] Retrieve scope from Host/URL.Host instead of Header fo...
  • dab3488 [processor/resourcedetection] add host.interface resource attribute to `sys...
  • 9d83b68 [chore] prom rw v2 exporter add support for batching (#40051)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl from 0.127.0 to 0.128.0

Release notes

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

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

  • pkg: Remove the fields from category FrontDoorWebApplicationFirewallLog from the body log record and place them as log record attributes. (#39993)

  • opampsupervisor: Update passthrough logging to use Error for stderr pipe. (#40491)

  • countconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • elasticsearchexporter: Upgrade profiles proto to 1.7.0 (#40285)

  • golden: Upgrade profiles proto to 1.7.0 (#40285)

  • otelarrowexporter: Configure the combined queue-batch facility, modifies the defaults sending_queue settings. (#40211) Removes experimental batcher config, which was never recommended, and documents how to replace the formerly recommended concurrentbatchprocessor configuration.

  • ottl: Upgrade profiles proto to 1.7.0 (#40285)

  • redisstorageextension: Add TLS support (#40185) TLS is now enabled by default. To disable TLS, use: tls: insecure: true

  • pkg/ottl: Remove access to the profile lookup tables (#40227) the mapping_table, location_table, function_table, attribute_table, attribute_units, link_table, string_stable have been moved to a root dictionary attribute and are not part of profile anymore.

  • signaltometricsconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • sqlserverreceiver: Rename flags for enabling top query collection and query sample collection. (#40416) Renamed top_query_collection.enabled to events."db.server.top_query".enabled in top query collection. Renamed query_sample_collection.enabled to events."db.server.query_sample".enabled in query sample collection.

🚩 Deprecations 🚩

  • receiver/hostmetrics: Mark hostmetrics.process.onWindowsUseNewGetProcesses feature gate as stable (#32947)

💡 Enhancements 💡

  • resourcedetectionprocessor: Add the option to retrieve resource attributes from the K8s API server and EC2 api when the IMDS service is not available. (#39503)

  • windowseventlogreceiver: Add a boolean option to include the log.record.original attribute of each event record. (#40365)

  • prometheusremotewritereceiver: Improve observability about data ingestion (#37277)

  • prometheusremotewritereceiver: Add LRU cache for resource metrics in prometheusremotewritereceiver. (#37277) To avoid memory leaks, the receiver will now use a LRU cache to store resource metrics. The less recently used resource metrics are evicted from the cache given a maximum size. For now the maximum size is 1000.

  • prometheusremotewritereceiver: Add a count of all successfully written samples when elements were processed. (#37277)

  • resourcedetectionprocessor: Add additional OS properties to resource detection: os.build.id and os.name (#39941)

  • receivercreator: Add an option to set default annotations to override the discovery logic (#37436)

  • kafkaexporter: Add an Alpha feature gate exporter.kafkaexporter.UseFranzGoClient to use franz-go in the Kafka exporter for better performance. (#40364) This change adds an experimental opt-in support to use the franz-go client in the Kafka exporter. The franz-go client is a high-performance Kafka client that can improve the performance of the Kafka exporter. The default client remains sarama, which is used by the Kafka receiver and other components. Enable the franz-go client by setting the exporter.kafkaexporter.UseFranzGo feature gate.

  • receiver/cloudflare: Enable the receiver to consume fields from Cloudflare containing a map (#40318)

  • filelogreceiver: The fingerprint of gzip compressed files is created by decompressing and reading the first fingerprint_size bytes. (#37772)

... (truncated)

Changelog

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

v0.128.0

🛑 Breaking changes 🛑

  • prometheusremoteexporter: Delete unused struct CreatedMetric (#40266)

  • k8slogreceiver: Unexport DockerConfig and CRIConfig (#40274)

  • several: Rename fields named TLSSetting to TLS for consistency with the core repository. (#40452) This change affects the following components:

    • exporter/datadogexporter
    • exporter/signalfxexporter
    • exporter/syslogexporter
    • extension/awsproxy
    • extension/oauth2clientauthextension
    • extension/opampextension
    • processor/resourcedetectionprocessor/internal/openshift
    • receiver/awsfirehosereceiver
    • receiver/cloudfoundryreceiver
    • receiver/prometheusreceiver/targetallocator
  • azureblobexporter: Delete type alias Container (#40268)

  • headersetterextension: Unexport Header (#40542)

  • intervalprocessor: Unexport Processor (#40273)

  • splunkenterprisereceiver: Unexport Info (#40267)

💡 Enhancements 💡

  • pkg/ottl: Add ottl.ValueComparator API to allow comparing values using the OTTL comparison rules (#40370) This change introduces a new API (ottl.NewValueComparator) that allows users to compare raw values using the OTTL comparison rules. It is useful for implementing custom logic in OTTL functions where value comparison and consistency is desired.

🧰 Bug fixes 🧰

  • pkg/translator/prometheusremotewrite: Fix bug where metric metadata was sent with incorrect metric name if configuration includes 'namespace' (#39826)
  • prometheusexporter: Expose Scope Name, Version, Schema URL, and Attributes as labels. (#40004) This work is done to comply with open-telemetry/opentelemetry-specification#4223.
Commits
  • f1d7085 [chore] Prepare release 0.128.0 (#40564)
  • c5356cd [cmd/opampsupervisor] chore: Store RemoteConfigStatus in persistent state (#4...
  • 0245843 [receiver/windowseventlogreceiver]: add IncludeLogRecordOriginal to add `lo...
  • 1de3ee6 [fileconsumer] Compute fingerprint for compressed files by decompressing its ...
  • ec280e5 [chore] [pkg/ottl] Introduce ctxutil.GetMap() and ctxutil.GetMapKeyName()...
  • a432b4e [extension/headersetter] unexport Header struct (#40542)
  • bae6c10 [chore] follow the contract of createDefaultConfig (#40541)
  • 1ee5b68 [extensions/azureauth] Retrieve scope from Host/URL.Host instead of Header fo...
  • dab3488 [processor/resourcedetection] add host.interface resource attribute to `sys...
  • 9d83b68 [chore] prom rw v2 exporter add support for batching (#40051)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor from 0.127.0 to 0.128.0

Release notes

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

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

  • pkg: Remove the fields from category FrontDoorWebApplicationFirewallLog from the body log record and place them as log record attributes. (#39993)

  • opampsupervisor: Update passthrough logging to use Error for stderr pipe. (#40491)

  • countconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • elasticsearchexporter: Upgrade profiles proto to 1.7.0 (#40285)

  • golden: Upgrade profiles proto to 1.7.0 (#40285)

  • otelarrowexporter: Configure the combined queue-batch facility, modifies the defaults sending_queue settings. (#40211) Removes experimental batcher config, which was never recommended, and documents how to replace the formerly recommended concurrentbatchprocessor configuration.

  • ottl: Upgrade profiles proto to 1.7.0 (#40285)

  • redisstorageextension: Add TLS support (#40185) TLS is now enabled by default. To disable TLS, use: tls: insecure: true

  • pkg/ottl: Remove access to the profile lookup tables (#40227) the mapping_table, location_table, function_table, attribute_table, attribute_units, link_table, string_stable have been moved to a root dictionary attribute and are not part of profile anymore.

  • signaltometricsconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • sqlserverreceiver: Rename flags for enabling top query collection and query sample collection. (#40416) Renamed top_query_collection.enabled to events."db.server.top_query".enabled in top query collection. Renamed query_sample_collection.enabled to events."db.server.query_sample".enabled in query sample collection.

🚩 Deprecations 🚩

  • receiver/hostmetrics: Mark hostmetrics.process.onWindowsUseNewGetProcesses feature gate as stable (#32947)

💡 Enhancements 💡

  • resourcedetectionprocessor: Add the option to retrieve resource attributes from the K8s API server and EC2 api when the IMDS service is not available. (#39503)

  • windowseventlogreceiver: Add a boolean option to include the log.record.original attribute of each event record. (#40365)

  • prometheusremotewritereceiver: Improve observability about data ingestion (#37277)

  • prometheusremotewritereceiver: Add LRU cache for resource metrics in prometheusremotewritereceiver. (#37277) To avoid memory leaks, the receiver will now use a LRU cache to store resource metrics. The less recently used resource metrics are evicted from the cache given a maximum size. For now the maximum size is 1000.

  • prometheusremotewritereceiver: Add a count of all successfully written samples when elements were processed. (#37277)

  • resourcedetectionprocessor: Add additional OS properties to resource detection: os.build.id and os.name (#39941)

  • receivercreator: Add an option to set default annotations to override the discovery logic (#37436)

  • kafkaexporter: Add an Alpha feature gate exporter.kafkaexporter.UseFranzGoClient to use franz-go in the Kafka exporter for better performance. (#40364) This change adds an experimental opt-in support to use the franz-go client in the Kafka exporter. The franz-go client is a high-performance Kafka client that can improve the performance of the Kafka exporter. The default client remains sarama, which is used by the Kafka receiver and other components. Enable the franz-go client by setting the exporter.kafkaexporter.UseFranzGo feature gate.

  • receiver/cloudflare: Enable the receiver to consume fields from Cloudflare containing a map (#40318)

  • filelogreceiver: The fingerprint of gzip compressed files is created by decompressing and reading the first fingerprint_size bytes. (#37772)

... (truncated)

Changelog

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

v0.128.0

🛑 Breaking changes 🛑

  • prometheusremoteexporter: Delete unused struct CreatedMetric (#40266)

  • k8slogreceiver: Unexport DockerConfig and CRIConfig (#40274)

  • several: Rename fields named TLSSetting to TLS for consistency with the core repository. (#40452) This change affects the following components:

    • exporter/datadogexporter
    • exporter/signalfxexporter
    • exporter/syslogexporter
    • extension/awsproxy
    • extension/oauth2clientauthextension
    • extension/opampextension
    • processor/resourcedetectionprocessor/internal/openshift
    • receiver/awsfirehosereceiver
    • receiver/cloudfoundryreceiver
    • receiver/prometheusreceiver/targetallocator
  • azureblobexporter: Delete type alias Container (#40268)

  • headersetterextension: Unexport Header (#40542)

  • intervalprocessor: Unexport Processor (#40273)

  • splunkenterprisereceiver: Unexport Info (#40267)

💡 Enhancements 💡

  • pkg/ottl: Add ottl.ValueComparator API to allow comparing values using the OTTL comparison rules (#40370) This change introduces a new API (ottl.NewValueComparator) that allows users to compare raw values using the OTTL comparison rules. It is useful for implementing custom logic in OTTL functions where value comparison and consistency is desired.

🧰 Bug fixes 🧰

  • pkg/translator/prometheusremotewrite: Fix bug where metric metadata was sent with incorrect metric name if configuration includes 'namespace' (#39826)
  • prometheusexporter: Expose Scope Name, Version, Schema URL, and Attributes as labels. (#40004) This work is done to comply with open-telemetry/opentelemetry-specification#4223.
Commits
  • f1d7085 [chore] Prepare release 0.128.0 (#40564)
  • c5356cd [cmd/opampsupervisor] chore: Store RemoteConfigStatus in persistent state (#4...
  • 0245843 [receiver/windowseventlogreceiver]: add IncludeLogRecordOriginal to add `lo...
  • 1de3ee6 [fileconsumer] Compute fingerprint for compressed files by decompressing its ...
  • ec280e5 [chore] [pkg/ottl] Introduce ctxutil.GetMap() and ctxutil.GetMapKeyName()...
  • a432b4e [extension/headersetter] unexport Header struct (#40542)
  • bae6c10 [chore] follow the contract of createDefaultConfig (#40541)
  • 1ee5b68 [extensions/azureauth] Retrieve scope from Host/URL.Host instead of Header fo...
  • dab3488 [processor/resourcedetection] add host.interface resource attribute to `sys...
  • 9d83b68 [chore] prom rw v2 exporter add support for batching (#40051)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver from 0.127.0 to 0.128.0

Release notes

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

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

  • pkg: Remove the fields from category FrontDoorWebApplicationFirewallLog from the body log record and place them as log record attributes. (#39993)

  • opampsupervisor: Update passthrough logging to use Error for stderr pipe. (#40491)

  • countconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • elasticsearchexporter: Upgrade profiles proto to 1.7.0 (#40285)

  • golden: Upgrade profiles proto to 1.7.0 (#40285)

  • otelarrowexporter: Configure the combined queue-batch facility, modifies the defaults sending_queue settings. (#40211) Removes experimental batcher config, which was never recommended, and documents how to replace the formerly recommended concurrentbatchprocessor configuration.

  • ottl: Upgrade profiles proto to 1.7.0 (#40285)

  • redisstorageextension: Add TLS support (#40185) TLS is now enabled by default. To disable TLS, use: tls: insecure: true

  • pkg/ottl: Remove access to the profile lookup tables (#40227) the mapping_table, location_table, function_table, attribute_table, attribute_units, link_table, string_stable have been moved to a root dictionary attribute and are not part of profile anymore.

  • signaltometricsconnector: Upgrade profiles proto to 1.7.0 (#40285)

  • sqlserverreceiver: Rename flags for enabling top query collection and query sample collection. (#40416) Renamed top_query_collection.enabled to events."db.server.top_query".enabled in top query collection. Renamed query_sample_collection.enabled to events."db.server.query_sample".enabled in query sample collection.

🚩 Deprecations 🚩

  • receiver/hostmetrics: Mark hostmetrics.process.onWindowsUseNewGetProcesses feature gate as stable (#32947)

💡 Enhancements 💡

  • resourcedetectionprocessor: Add the option to retrieve resource attributes from the K8s API server and EC2 api when the IMDS service is not available. (#39503)

  • windowseventlogreceiver: Add a boolean option to include the log.record.original attribute of each event record. (#40365)

  • prometheusremotewritereceiver: Improve observability about data ingestion (#37277)

  • prometheusremotewritereceiver: Add LRU cache for resource metrics in prometheusremotewritereceiver. (#37277) To avoid memory leaks, the receiver will now use a LRU cache to store resource metrics. The less recently used resource metrics are evicted from the cache given a maximum size. For now the maximum size is 1000.

  • prometheusremotewritereceiver: Add a count of all successfully written samples when elements were processed. (#37277)

  • resourcedetectionprocessor: Add additional OS properties to resource detection: os.build.id and os.name (#39941)

  • receivercreator: Add an option to set default annotations to override the discovery logic (#37436)

  • kafkaexporter: Add an Alpha feature gate exporter.kafkaexporter.UseFranzGoClient to use franz-go in the Kafka exporter for better performance. (#40364) This change adds an experimental opt-in support to use the franz-go client in the Kafka exporter. The franz-go client is a high-performance Kafka client that can improve the performance of the Kafka exporter. The default client remains sarama, which is used by the Kafka receiver and other components. Enable the franz-go client by setting the exporter.kafkaexporter.UseFranzGo feature gate.

  • receiver/cloudflare: Enable the receiver to consume fields from Cloudflare containing a map (#40318)

  • filelogreceiver: The fingerprint of gzip compressed files is created by decompressing and reading the first fingerprint_size bytes. (#37772)

... (truncated)

Changelog

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

v0.128.0

🛑 Breaking changes 🛑

  • prometheusremoteexporter: Delete unused struct CreatedMetric (#40266)

  • k8slogreceiver: Unexport DockerConfig and CRIConfig (#40274)

  • several: Rename fields named TLSSetting to TLS for consistency with the core repository. (#40452) This change affe...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 23, 2025
Bumps the opentelemetry-contrib group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.127.0` | `0.128.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.127.0` | `0.128.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.127.0` | `0.128.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.127.0` | `0.128.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.127.0` | `0.128.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.127.0` | `0.128.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.127.0` | `0.128.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.127.0` | `0.128.0` |


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.127.0 to 0.128.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.127.0...v0.128.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter` from 0.127.0 to 0.128.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.127.0...v0.128.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl` from 0.127.0 to 0.128.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.127.0...v0.128.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor` from 0.127.0 to 0.128.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.127.0...v0.128.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver` from 0.127.0 to 0.128.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.127.0...v0.128.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver` from 0.127.0 to 0.128.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.127.0...v0.128.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver` from 0.127.0 to 0.128.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.127.0...v0.128.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver` from 0.127.0 to 0.128.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.127.0...v0.128.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-contrib
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/opentelemetry-contrib-c99fc4a013 branch from 0d9abac to aa2bc0e Compare June 23, 2025 22:35
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.

0 participants