Commit Graph

7 Commits

Author SHA1 Message Date
Utkarsh Umesan Pillai f8f205757f
Remove unnecessary usings from OpenTelemetry Tests (#4029) 2022-12-20 21:07:24 -08:00
Reiley Yang 794450b178
Clean up test cases by using consistent variable name (#2672) 2021-11-23 21:26:29 -08:00
Michael Maxwell c085504462
Replace use of TestExporter with InMemoryExporter (#2562) 2021-11-05 09:35:49 -07:00
Utkarsh Umesan Pillai b843e8dfaf
Removed dependency from ConsoleExporter (#1760)
* Removed dependency from ConsoleExporter

* Correcting the namespace

* Use TestExporter instead of InMemory Exporter

* Removed unnecessary using statements

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-01-29 17:57:42 -08:00
Utkarsh Umesan Pillai e2a908e089
Added SimpleExporter and BatchExporter for Activity and LogRecord (#1622)
* Added SimpleExporter and BatchExporter for Activity and LogRecord

* Updated the .publicApi text files

* Updated the README to use SimpleActivityExportProcessor instead of SimpleExportProcessor<Activity>

* Updated CHANGELOG.md

* Updated CHANGELOG.md

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-01-06 11:59:19 -08:00
Utkarsh Umesan Pillai 7deee54564
Refactor ConsoleExporter (#1593)
* Refactored ConsoleExporter

* Refactored ConsoleExporter

* Addressed PR comments

* Removed unnecessary using staatements

* Addressed PR comments

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-25 10:04:17 -08:00
Utkarsh Umesan Pillai b247b3d70e
Added Activity.IsRecorded check for Export (#1574)
* Added Activity.IsRecorded check for Export

* Updated CHANGELOG.md

* Remove extra space

* Add unit tests to check for Activity.IsRecorded for ExportProcessor

* Updated CHANGELOG.md

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-17 20:51:54 -08:00