Commit Graph

9 Commits

Author SHA1 Message Date
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 4904972539
Merging itextFormat (#920)
* Merging itextFormat

* removing unused eventsource that was used for spancontext

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-24 15:39:41 -07:00
Cijo Thomas d796db07b4
Replace Span with Shim Span. (#850)
* Remove tracerfactory and tracerbuilder

* Remove tracer extensions

* Add Span and Tracer shims. Remove all span code.

* more wrapper apis

* Wrap ActivityEvent

* wrap links

* change tracestate back to keyvalue pair in contxt

* ore tracer fix

* OpenTracing shim

* example change

* remove spancontext

* remove more of the new stuffs

* benchmark fixes

* remove Event class

* TraceState consistent name

* casing fix

* equality fix

* fix test

* test todo

* typo

* rename after accepting shim chanegs from Raj

* remove new from the end of many names.

* benchmark fix

* TraceStateUtils naming

* TraceStateUtilsNew rename to fix build issue at CI.

* renamings
2020-07-21 23:11:13 -07:00
Cijo Thomas 59f0a9d06a
Modified B3Format propogator to use ActivityContext (#822) 2020-07-14 22:15:25 -07:00
Alan West 4f6046f2bb
Check if TraceState is null (#765)
* Check if TraceState is null

* Test TraceContextFormatActivity.Inject with no tracestate

* Add test of Inject with tracestate
2020-07-04 20:04:07 -07:00
Cijo Thomas 575ddd5fce
Add ActivityContextFormat and propagation (#724)
Add ITextFormatActivity and TraceContextFormatActivity
2020-06-15 17:37:04 -07:00
Paulo Janotti 8ed37a6f59
Organize StyleCop Settings and enable StyleCop on Tests (#715)
* Enable StyleCop rules for Test projects

This enables most of the StyleCop for test projects cleaning up any
errors as appropriate.

* Enable StyleCop rules for Test projects

This enables most of the StyleCop for test projects cleaning up any
errors as appropriate.

* Add line break at end of ruleset files

* Correct multi-line parameter after rebase
2020-06-10 12:12:13 -07:00
Cijo Thomas 30f841b2ef
Remove year from Copyright header (#671)
* Remove year from Copyright header

* some projects were unloaded and hence change didnt apply. this commit fixed it
2020-05-07 11:53:43 -07:00
Mikel Blanchard 78324b98df
Moved TestServer to OpenTelemetry.Tests and renamed TestHttpServer. Linked into Benchmarks, ZipkinTraceExporterTests, & OpenTelemetry.Adapter.Dependencies.Tests. (#634)
Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
2020-04-27 15:36:41 -07:00