Skip to content

v1.41.0/v0.135.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 18:04
· 63 commits to main since this release
a56655d

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)