Commit Graph

15 Commits

Author SHA1 Message Date
Timothy Mothra 55556af592
fix analysis issues: CA2000 (#4038) 2022-12-22 13:59:59 -08:00
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
Michael Maxwell c261a67005
Control `MemoryDiagnoser` benchmark option via CLI instead of code (#3085) 2022-04-12 13:42:33 -07:00
Robert Pająk 3aab1244f8
Consolidate environment variable parsing (#2500) 2021-10-26 14:54:02 -07:00
Utkarsh Umesan Pillai e438998ffc
Fix namespace for exporters (#1770)
* Fix namespace for exporters

* Updated CHANGELOG.md

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-02-01 17:33:57 -08:00
Reiley Yang 6cc8e44d4d
remove unused using statements (#1534) 2020-11-13 06:33:02 -08:00
Eddy Nakamura a5e7d6e631
Organizing benchmark project (#1384) 2020-10-22 08:22:14 -07:00
Mikel Blanchard e7b61e3938
OtlpExporter Benchmarks (#1337)
* Added bencharks for OtlpExporter.

* Code review.
2020-10-09 10:58:35 -07:00
Mikel Blanchard 401c111c1a
Jaeger/Zipkin Exporter Performance (#1274)
* Fixed broken ZipkinExporter benchmarks & switched to batching.

* Zipkin Exporter performance tweaks.

* Code review.

* Updated CHANGELOGs.

* Renamed maxPacketSize in JaegerExporter. Added some validation in ZipkinExporter.

* Fixed build break.

* Attempting to get 2.1 tests passing.

* Fixed messed up syntax.

* Revert build definition change.

* adding rsync in linux (again)

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
2020-09-22 12:41:07 -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
Cijo Thomas cd435cdd4c
Consolidate Benchmarks projects (#1122)
* Consolidate Benchmarks projects

* solution fix

* f

* remove double readme
2020-08-20 16:17:25 -07:00
Reiley Yang b4ce36f5f6
Migrate ZipkinExporter to BatchExportActivityProcessor (#1103)
* migrate zipkin exporter to BatchExportActivityProcessor

* update changelog

* fix test failure

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-19 21:43:12 -07:00
Mikel Blanchard 0d00b8df1c
Shared test cleanup. (#1100)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-18 21:11:15 -07:00
Cijo Thomas d2c93610e8
Update to preview 8 of DiagnosticSource and associated changes - part1 (#954)
* Initial make build fix commit

* change Link public API to accept ActivityTagsCollection

* Add more SetAttribute overload to support int bool float and bool

* changelog

* Replace AddTag with SetTag in Activity

* disable a test for temporary progress

* reformat

* url fix

* Update Diagnosticourcepackage

* version fix

* ActivityTagsCollection

* console exporter fix

* one basic test

* minor
2020-08-03 11:25:24 -07:00
Eddy Nakamura 3aca129967
Moving benchmark to test folder (#885)
* Moving benchmark to test folder

updating namespaces

updating path

Reiley comments

* updating paranthesis
2020-07-22 17:09:28 -07:00