Skip to content

Release v0.7.4

Compare
Choose a tag to compare
@kotharironak kotharironak released this 17 May 15:18
· 110 commits to main since this release
79c9a04
feat: adds support for exporting spans in otlp format (#62)

* feat: adds support for exporting spans in otlp format

* refactor: addressed review comments and refactor a bit

* feat: removed un-used protobuf plugin

* chore: addressed missed review comments

* refactor: removed the request scope argument from span request builder

* fix: extending expiry date for IONETTY-1042268

* test: adds the unit test for export span conversion

* refactor the tags based method

* chore: address few comments