Commit Graph

13 Commits

Author SHA1 Message Date
Utkarsh Umesan Pillai 3157b5ce12
Remove unnecessary using statements (#4023)
* Remove unnecessary using statements from docs, examples, benchmarks and stress tests
2022-12-20 11:20:15 -08:00
Cijo Thomas c15493106a
Add benchmark numbers and remove invalid case (#3848) 2022-10-31 16:16:31 -04:00
Cijo Thomas b082922cc8
Benchmarks for sampler accessing and modifying tracestate (#3613) 2022-08-30 11:56:50 -04:00
Michael Maxwell c261a67005
Control `MemoryDiagnoser` benchmark option via CLI instead of code (#3085) 2022-04-12 13:42:33 -07:00
Travis Illig d55de344f1
Fix IDE0090: 'using' statement can be simplified. (#3017) 2022-03-10 21:32:41 -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
Blake 9591cb95e9
Add basic wildcard support for listening to legacy activities. (#2444) 2021-10-04 13:42:49 -07:00
Utkarsh Umesan Pillai fa8d00c5e4
Updated AddLegacyActivity method name to AddLegacySource (#1860)
* Updated AddLegacyActivity method name to AddLegacySource

* Updated CHANGELOG.md

* Addressed PR comments

* Updated the CHANGELOG.md

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-03-09 12:42:54 -08:00
Utkarsh Umesan Pillai 0581ce2957
Remove ActivitySourceAdapter (#1836)
Removed ActivitySourceAdapater and made TracerProviderSdk natively support legacy activites
2021-02-25 11:32:17 -08:00
Eddy Nakamura eee0036b2e
Fixing ActivitySource from DiagnosticSource (#1515)
* Fixing ActivitySource from DiagnosticSource

* updating changelog

* fixing changelog, updating instrumentation aspnetcore benchmark

* undoing

* updating assembly naming

* updating changelog

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-12 10:46:57 -08:00
Cijo Thomas 55cac800f9
AddInstrumentation and AddDiagnosticSourceInstrumentation APIs. (#1454)
* Separate AddInstrumentation and AddDSInstrumentation

* Mark AddDiagnosticSourceInstrumentation as internal

* changelog

* order

Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
2020-11-04 17:05:27 -08:00
Eddy Nakamura a5e7d6e631
Organizing benchmark project (#1384) 2020-10-22 08:22:14 -07:00
Reiley Yang 00e6d5b3c9
rename Tracing to Trace (#1331)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2020-10-08 13:05:51 -07:00