Skip to content

v1.102.1

Choose a tag to compare

@jsirianni jsirianni released this 23 Jun 17:21
00ed3e6

OTel Breaking Changes & Deprecations

  • connector/span_metrics: Duplicate dimension entries for the receiver parameters calls_dimensions and histogram.dimensions previously failed silently. Now if they are present they will fail at startup and prevent the collector from starting. Ensure configurations do not contain duplicate entries for these dimension parameters.
  • exporter/prometheus: The receiver parameter add_metrics_suffix has been deprecated in favor of a new parameter translation_strategy. Deprecation is being controlled via a feature gate, which has been promoted to beta (this causes the parameter to be ignored by default).
    • BDOT will be built with the feature gate disabled so that the add_metrics_suffix still works for the time being. Eventually this feature gate will need to be removed when it is stabilized. This should buy users some time before any breaking changes occur.
  • receiver/vcenter: The resourcePoolMemoryUsageAttribute feature gate has matured to beta. This means that by default a memory type usage attribute is added to the metric vcenter.resource_pool.memory.usage.
  • exporter/signalfx: Traces are deprecated. Full support for traces will be removed in December '26. Traces should be sent via OTLP to Splunk Observability Cloud instead.
  • processor/resource_detection: The k8snode detector is being deprecated in favor of the k8s_api detector. Processor configurations should migrate to the new detector to get ahead of the removal of the k8snode detector.
  • receiver/kafka: The receiver parameter group_rebalance_strategy has been deprecated in favor of a new parameter group_rebalance_strategies.
  • The following components have been renamed. The previous names have been added as aliases. The appropriate Bindplane resources will be updated.
    • exporter/prometheusremotewrite -> exporter/prometheus_remote_write
    • receiver/apachespark -> receiver/apache_spark
    • receiver/otlpjsonfile -> receiver/otlp_json_file
    • receiver/webhookevent -> receiver/webhook_event

Changelog

New Features

Bug Fixes

Dependencies

Other