Skip to content

Releases: observIQ/bindplane-otel-collector

v1.94.2

24 Feb 20:40
8e5cd23

Choose a tag to compare

Changelog

Changelog

New Features

Bug Fixes

Dependencies

Other

v2.0.0-beta.12

18 Feb 23:26

Choose a tag to compare

v2.0.0-beta.12 Pre-release
Pre-release

Changelog

Other

v1.93.0

16 Feb 20:35
679ec54

Choose a tag to compare

Changelog

Breaking Changes

As part of upstream OTel component changes, the following breaking changes have occurred:

  • Azure Event Hub Receiver: The net.sock.peer.addr attribute has been renamed to network.peer.address.
  • Resource Detection Processor: The faas.id attribute has been removed from the GCP detector. Use faas.instance instead.
  • GitHub receiver: The workflow job traces structure now makes step spans siblings of the queue-job span under the job span parent. Previously, step spans were children of the queue-job span.
  • Kafka Receiver: The span name generated by the profiles receiver now uses the suffix /ProfilesReceived instead of /TraceDataReceived
  • Prometheus Receiver: the report_extra_scrape_metrics configuration option is now ignored in favor of using the receiver.prometheusreceiver.RemoveReportExtraScrapeMetricsConfig feature gate.
  • Kafka Receiver and Exporter: Franz-go feature flag is removed, and Franz-go is the only implementation
  • Tail Sampling Processor: The deprecated invert decisions are disabled by default. Drop policies should be used instead of invert decisions for explicitly not sampling a trace. If the deprecated behavior is required while migrating to drop policies, disable the processor.tailsamplingprocessor.disableinvertdecisions feature gate.
  • Elasticsearch Exporter: removed certain span enrichment for ecs mapping mode. It is recommended to migrate to either the OTLP HTTP or GRPC exporter instead.

Deprecations

As part of upstream OTel component changes, the following deprecations have occurred:

  • Azure Event Hub receiver: has been renamed from azureeventhub to azure_event_hub. The old name remains as a deprecated option.
  • MongoDB Atlas receiver: has been renamed from mongodbatlas to mongodb_atlas. The old name remains as a deprecated option.

New Features

Dependencies

Other

v1.92.2

10 Feb 16:13
a7f3ebf

Choose a tag to compare

Changelog

Bug Fixes

Other

v1.92.1

06 Feb 18:27
1339834

Choose a tag to compare

Changelog

Other

v1.92.0

05 Feb 21:15
f8c87c6

Choose a tag to compare

Changelog

New Features

Bug Fixes

Dependencies

Other

v1.91.0

20 Jan 18:25
ce74e93

Choose a tag to compare

Changelog

As part of the update to OTEL v0.143.0, the following breaking changes will occur.

  • GoogleCloudLogEntry Encoding Extension: When parsing GCP Application Load Balancer logs and Cloud DNS Query logs the extension will now parse these logs into a log attribute rather than directly into the log body. This can cause potential issues with components down the pipeline that expect data to be in the log body. More info on these changes can be found here: GCP Application LB logs, Cloud DNS Query logs.
  • AWS S3 receiver: This is the AWS S3 receiver found in OpenTelemetry Collector Contrib. Changes were made to some parameter names that can cause the collector to fail when using an out dated configuration. More info on these changes can be found here.

New Features

  • ed9b2e2: feat(install): Add --no-gpg-check flag and interactive GPG verification override (#2998) (@Dylan-M)

Bug Fixes

Dependencies

Other

v1.90.0

08 Jan 18:44
41326e3

Choose a tag to compare

Changelog

Deprecation Notices

The Prometheus Remote Write exporter and receiver components in OpenTelemetry Collector Contrib had changes made in OTel v0.142.0 that make them incompatible with Prometheus versions older than v3.8.0. If you are using either of these components with an incompatible Prometheus version it is recommended to not update to BDOT v1.90.0+ until you have updated Prometheus to v3.8.0+. More information on this change can be found here.

In the next release (v1.91.x) the following deprecations and changes will occur:

  • GoogleCloudLogEntry Encoding Extension: When parsing GCP Application Load Balancer logs and Cloud DNS Query logs the extension will now parse these logs into a log attribute rather than directly into the log body. This can cause potential issues with components down the pipeline that expect data to be in the log body. More info on these changes can be found here: GCP Application LB logs, Cloud DNS Query logs.
  • AWS S3 receiver: This is the AWS S3 receiver found in OpenTelemetry Collector Contrib. Changes were made to some parameter names that can cause the collector to fail when using an out dated configuration. More info on these changes can be found here.

New Features

Bug Fixes

Dependencies

Other

v1.89.0

19 Dec 16:43
5366383

Choose a tag to compare

Changelog

Deprecations and Unmaintained Components

  • Deprecation: carbonexporter has been deprecated and will be removed with the next release
  • Unmaintained: carbonreceiver is unmaintained and has been deprecated in OTEL v0.141.0.
  • Unmaintained: bipipreceiver is unmaintained and has been deprecated in OTEL v0.141.0.

New Features

Bug Fixes

Dependencies

Other

v1.88.1

03 Dec 18:56
ded2430

Choose a tag to compare

Changelog

Known Issues

  • Configuring this release's plugin receiver for the collector will result in it failing to start. Please use the v1.87.8 collector if you need the plugin receiver, or the upcoming v1.89.0 release.

Deprecation Notices

In the next release (v1.89.x) the following deprecations and changes will occur:

  • GoogleCloudLogEntry Encoding Extension: When parsing VPC flow logs the extension will now parse these logs into a log attribute rather than directly into the log body. More info on this upstream change can be found here.
  • Routing Processor: This component was deprecated and removed from OTel in a previous release. This component will be removed from the BDOT distribution in the next release.

New Features

Bug Fixes

Dependencies

Other