* Jaeger & Zipkin status enums are now uppercase. Zipkin error tag is an empty string.
* Updated CHANGELOGs.
* Attempting to fix build.
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Send StatusCode as a string. Send error flag in Zipkin & Jaeger when StatusCode == Error.
* Missed one spot.
* Removed code setting otel.status_description to http status description.
* Unit test fixup.
* Update CHANGELOG.
* Updated http instrumentation CHANGELOG.
* Code review.
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
updating zipkinexporterbenchmarks and removing zipkinTraceExporter/Tests
updating TestRedis
adding testjaeger text
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Adding Zipkin activity exporter
* Added activitysource to tags
* Revert ZipkinTraceExporterOptions name change
* Refactored ProcessTags
* Removing sample files
* Modified UseZipkinActivityExporter to use AddProcessorPipeline
* Refactored based on Reiley's comments
* Added UseShortTraceIds to test
* Added useShortTraceIds to test
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>