Skip to content

Releases: observIQ/bindplane-otel-collector

v2.0.1-beta.3

13 May 14:24
5e0f9ed

Choose a tag to compare

v2.0.1-beta.3 Pre-release
Pre-release

This release largely includes the changes from BDOT v1.97.0, v1.98.0, and v1.99.0.

This release includes the majority of the components in OTel v0.151.0.

This release also includes:

  • The promotion of the AIX collector to an official beta.
  • Container images for the V2 collector.

v1.99.0

08 May 12:23
07de97f

Choose a tag to compare

Changelog

New Features

Bug Fixes

Dependencies

Other

v1.98.0

22 Apr 16:44
735d9cc

Choose a tag to compare

Changelog

Dependencies

Other

v1.97.0

10 Apr 18:26
9978a33

Choose a tag to compare

Changelog

New Features

Bug Fixes

Dependencies

Other

v2.0.1-beta.2

06 Apr 14:47
5bbc3af

Choose a tag to compare

v2.0.1-beta.2 Pre-release
Pre-release

Changelog

Other

v1.96.0

27 Mar 16:22
f3cc833

Choose a tag to compare

Upstream OTel Deprecations & Notices

  • SAPM exporter is deprecated and removed from OTel contrib v0.148.0. This component has been pinned at v0.147.0 in this release and will be removed in the future.
  • Kafka exporter had top level config keys topic and encoding removed. This component has been pinned at v0.147.0 for this release.
  • Windows event log receiver had breaking changes to structure of body. This component has been pinned at v0.147.0 for this release.
  • Mysql receiver was updated to have the default collection of query_sample set to false. This component has been pinned at v0.147.0 for this release.
  • Postgresql receiver was updated to have collection of top_query and query_sample events disabled by default. This component has been pinned at v0.147.0 for this release.
  • Change metric units to be singular to match OTel specification, e.g. {requests} -> {request}
  • Metrics now emit OTel service labels with underscore names (service_name, service_instance_id, service_version) instead of dot-notation names (service.name, service.instance.id, service.version)

Changelog

New Features

Bug Fixes

Dependencies

Other

v1.95.0

11 Mar 15:35
c6312b4

Choose a tag to compare

Changelog

Deprecations

  • The BIG IP receiver has been removed from OpenTelemetry Contrib in v0.147.0. We will include the receiver pinned at v0.146.0 until BDOT v1.97.x at which point it will also be removed.

New Features

Bug Fixes

Dependencies

Other

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.
  • The Azure Event Hub receiver feature gate receiver.azureeventhubreceiver.UseAzeventhubs is promoted to stable and default behavior. This causes the event hub receiver to use a new client library. You should verify the configuration options of your receiver and ensure it performs as expected.

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