Commit Graph

9 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
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
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
Alan West 4915d74b1c
Include net.peer.port in ZipkinSpan.RemoteEndpoint.ServiceName (#1168)
* Include net.peer.port in ZipkinSpan.RemoteEndpoint.ServiceName when applicable

* Revert change to CreateTestActivity

* Delete duplicate test suite

* Update changelog

* Enable handling of non-string attributes in Zipkin tests

* Revert "Enable handling of non-string attributes in Zipkin tests"

This reverts commit c88120dc58.

* Use ValueTuple for RemoteEndpointCache key

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-27 08:41:34 -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