You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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