Download Latest Version v1.37.0_v0.131.0 source code.tar.gz (2.0 MB)
Email in envelope

Get an email when there's a new version of OpenTelemetry Collector

Home / v0.130.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-14 3.6 kB
v1.36.0_v0.130.0 source code.tar.gz 2025-07-14 2.0 MB
v1.36.0_v0.130.0 source code.zip 2025-07-14 3.2 MB
Totals: 3 Items   5.1 MB 0

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

End User Changelog

๐Ÿ›‘ Breaking changes ๐Ÿ›‘

  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

๐Ÿ’ก Enhancements ๐Ÿ’ก

  • exporterhelper: Enable items and bytes sizers for persistent queue (#12881)
  • exporterhelper: Refactor persistent storage size backup to always record it. (#12890)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)
  • yaml: Replaced sigs.k8s.io/yaml with go.yaml.in/yaml for improved support and long-term maintainability. (#13308)

๐Ÿงฐ Bug fixes ๐Ÿงฐ

  • exporterhelper: Fix exporter.PersistRequestContext feature gate (#13342)
  • exporterhelper: Preserve all metrics metadata when batch splitting. (#13236) Previously, when large batches of metrics were processed, the splitting logic in metric_batch.go could cause the name field of some metrics to disappear. This fix ensures that all metric fields are properly preserved when metricRequest objects are split.

  • service: Default internal metrics config now enables otel_scope_ labels (#12939, [#13344]) By default, the Collector exports its internal metrics using a Prometheus exporter from the opentelemetry-go repository. With this change, the Collector no longer sets "without_scope_info" to true in its configuration.

This means that all exported metrics will have otel_scope_name, otel_scope_schema_url, and otel_scope_version labels corresponding to the instrumentation scope metadata for that metric.

This notably prevents an error when multiple metrics are only distinguished by their instrumentation scopes and end up aliased during export.

If this is not desired behavior, a Prometheus exporter can be explicitly configured with this option enabled.

API Changelog

๐Ÿ›‘ Breaking changes ๐Ÿ›‘

  • exporterhelper: Use configoptional for sending_queue::batch field (#13345)
  • configgrpc: Update optional fields to use configoptional.Optional field for optional values. (#13250, [#13252]) Components using configgrpc package may need to update config values.
  • confighttp: Use configoptional.Optional in confighttp (#9478)
  • exporterhelper: Remove sizer map in favor of items/bytes sizers. Request based is automatically supported. (#13262)
  • pdata/pprofile: Remove field Profile.StartTime from pdata/pprofile (#13315) Remove Profile.StartTime from OTel Profiling signal.
  • exporterhelper: Remove deprecated old batcher config (#13003)
  • exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)

๐Ÿšฉ Deprecations ๐Ÿšฉ

  • exporterhelper: Deprecate NewRequestsSizer always supported. (#13262)
  • xexporterhelper: Introduce NewProfiles method and deprecate NewProfilesExporter (#13372)

๐Ÿ’ก Enhancements ๐Ÿ’ก

  • consumererror: Add Error type (#7047) This type can contain information about errors that allow components (e.g. exporters) to communicate error information back up the pipeline.

  • pdata: Document that changing pcommon.Map (Remove/removeIf/Put*) invalidates Value references obtained via Get. (#13073)

  • cmd/mdatagen: Add support for optional attribute (#12571)
  • exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)
  • pdata: Add support for the new resource-entity reference API as part of the experimental xpdata package. (#13264)
Source: README.md, updated 2025-07-14