Release v0.7.4
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