All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Introduce
--resource-attributes
(-ra
) option to the export command for setting resource attributes of the exported span
- Add
GRPC
protocol support to export spans
- Fix client blocking by server on trace request export
- Introduce
--traceparent-disable
(-tpd
) option to theexport
command
- Add async (non-blocking) transmission support over OTEL CLI server while exporting traces to OTLP endpoint to reduce sync (blocking) transmission overhead
- Fix key value parsing while handling attributes and headers
- Log uncaught errors occurred while executing commands
- Ready to use public release
- Initial release