Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

64 lines (37 loc) · 1.27 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2023-09-17)

Features

  • Introduce --resource-attributes (-ra) option to the export command for setting resource attributes of the exported span

1.2.0 (2023-09-17)

Features

  • Add GRPC protocol support to export spans

1.1.2 (2023-07-16)

Fixes

  • Fix client blocking by server on trace request export

1.1.1 (2023-07-15)

Improvements

  • Introduce --traceparent-disable (-tpd) option to the export command

1.1.0 (2023-07-14)

Features

  • Add async (non-blocking) transmission support over OTEL CLI server while exporting traces to OTLP endpoint to reduce sync (blocking) transmission overhead

1.0.1 (2023-07-09)

Fixes

  • Fix key value parsing while handling attributes and headers

Improvements

  • Log uncaught errors occurred while executing commands

1.0.0 (2023-07-09)

Features

  • Ready to use public release

0.0.1 (2023-07-09)

Features

  • Initial release