Commit Graph

14 Commits

Author SHA1 Message Date
Timothy Mothra 55556af592
fix analysis issues: CA2000 (#4038) 2022-12-22 13:59:59 -08:00
Utkarsh Umesan Pillai 39c7c60a8a
Remove unnecessary usings from exporters, extensions, and shim tests (#4027) 2022-12-20 19:12:40 -08:00
Yun-Ting Lin 96b043e35f
[Part1] Support Activity Status and status description in Zipkin Exporter. (#3003) 2022-03-22 12:39:36 -07:00
Travis Illig 2a97920ff0
Fix IDE0090: 'new' expression can be simplified. (#3012)
* Set rule for new() usage.

* Fix IDE0090 "'new' expression can be simplified"
2022-03-10 08:57:53 -08:00
Utkarsh Umesan Pillai 4323c93e14
Refactor UnitTests (#2212)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-07-29 16:56:36 -07:00
Utkarsh Umesan Pillai 1b1da753d4
Remove unnecessary usings (#2101) 2021-06-23 18:19:11 -07:00
Mikel Blanchard 1bab62cb71
Exporter spec fixup 2 (#1620)
* 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>
2020-11-27 18:43:29 -08:00
Mikel Blanchard d3edc476e7
Exporter spec updates. (#1609)
* Exporter spec updates.

* CHANGELOG updates.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-23 10:24:35 -08:00
Mikel Blanchard 932c2587d2
Status Improvements (#1579)
* 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>
2020-11-17 23:39:28 -08:00
Eddy Nakamura c7429d25c9
Normalizing format (#1289)
updating gitattributes

updating

updating

updating

Revert "Normalizing format"

This reverts commit b571e430a73f65605481ef0a622a372bc8a787ae.

Updating everything to utf-8

applying lf

Revert "applying lf"

This reverts commit a54947f24ba69eecc931525f2a69647040fdc28d.

updating config

Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2020-09-19 09:45:29 -07:00
Eddy Nakamura 465fc09320
Zipking will export all strings (#1197)
* Zipking will export all strings

* updating tests

* renaming tests, solving incorrect tests

* net.peer.port will be exported as well
2020-08-28 11:20:17 -07:00
Reiley Yang 2e4b081f6d
Consolidate package version (#971)
* consolidate package version for src folder

* fix CI

* clean up

* clean up test package version

* clean up

* fix nits

* clean up using
2020-08-02 06:20:44 -07:00
Eddy Nakamura b7b0b2cd92
Remove SpanExporter from Zipkin (#795)
updating zipkinexporterbenchmarks and removing zipkinTraceExporter/Tests

updating TestRedis

adding testjaeger text

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-09 21:57:34 -07:00
Rajkumar Rangaraj bbf68f6d31
Add ActivityExporter for Zipkin (#738)
* 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>
2020-06-19 16:41:16 -07:00