Commit Graph

8 Commits

Author SHA1 Message Date
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
Paulo Janotti 296e0ff3a7
Add Probability Sampler for Activity (#702)
* Merging changes in OpenTelemetrySdk

* Renames from span to activity
2020-06-02 15:03:29 -07:00
Paulo Janotti 021736f7e9
Remove SpanID from sampling parameters (#706) 2020-05-29 20:14:11 +01:00
Cijo Thomas 577ae6cce3
Added sampler to Activity - v1 (#683)
* Added sampler to Activity
2020-05-20 22:47:07 -07:00
Paulo Janotti 32f0151fae
Rename Adapter to Instrumentation per latest spec (#681)
Co-authored-by: Mike Goldsmith <goldsmith.mike@gmail.com>
2020-05-19 21:55:24 +01: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
Cijo Thomas f333287509
Add ProxyMeter to MeterFactoryBase which invokes real Meter if provided. (#631)
* Add ProxyMeter to MeterFactoryBase which invokes real Meter if provided.

* remove unwanted copy of a test file.

Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
2020-04-27 16:26:10 -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