Travis Illig
|
5255917581
|
Improve VS Code and cross-platform dev experience (#2997)
|
2022-03-09 09:35:30 -08:00 |
Reiley Yang
|
4f3e18704e
|
remove vscode settings (#933)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
|
2020-07-27 08:57:02 -07:00 |
Sergey Kanzhelev
|
6eb3fe32a5
|
Fixes #265 - endianess in Jaeger (#314)
* failing jaeger test
* fixed endianess of bytes
|
2019-10-27 21:52:06 -07:00 |
PS-EGHornbostel
|
8e1d8fa47e
|
Jaeger exporter implementation (#132)
* Fix visual studio dotnet core build task
* Added CNCF Jaeger exporter support
https://github.com/open-telemetry/opentelemetry-dotnet/issues/77
* possible fix for win32 build issue.
* Fix windows build by adding Thrift source
* Fix yet more windows build issues.
* fix another style issue.
* fix reference to System.Net.Http
* remove unnecessary conditional framework reference.
* Update lib/Thrift/Transports/Client/TStreamClientTransport.cs
Co-Authored-By: Bruno Garcia <github@brunogarcia.com>
* Update lib/Thrift/Transports/Client/TStreamClientTransport.cs
Co-Authored-By: Bruno Garcia <github@brunogarcia.com>
* Added the conditional for netstandard2.0
* remove IDisposable TODO comments.
* Update src/OpenTelemetry.Exporter.Jaeger/Implimentation/EmitBatchArgs.cs
Co-Authored-By: Bruno Garcia <github@brunogarcia.com>
* Add readme with thrift fork info.
* cleanup after merge.
* WIP remove thrift code
* Use prepackaged Apache Thrift assembly
* wrap EmitBatch
* Revert "wrap EmitBatch "
This reverts commit 9aaa1388ba.
* Revert "Use prepackaged Apache Thrift assembly"
This reverts commit fa5fbd8e6c.
* Revert "Use prepackaged Apache Thrift assembly"
This reverts commit fa5fbd8e6c.
* Revert "WIP remove thrift code"
This reverts commit bbbcf470e8.
* Add missing ConfigureAwait(false) to Thrift async calls.
* Added Thrift fork differences to README.md
* WIP Jaeger Unit tests
* Fix build after merge.
* WIP Jaeger Unit tests - Span conversion to Jaeger Thrift format
* WIP Jaeger Unit tests - Span conversion to Jaeger Thrift format - cleanup
* Clean up merge issues
* WIP
* WIP cleanup
* more testing WIP
* use pattern matching for attribute conversion
* WIP cleanup after timestamp removal.
* WIP
* WIP UDP integration test
* Update src/OpenTelemetry.Exporter.Jaeger/Implimentation/Batch.cs
Co-Authored-By: Bruno Garcia <github@brunogarcia.com>
* remove solution-explorer
* add to gitignore
* refactored List<T> to IEnumerable<T>
* Fix unit test bug
* Add integration test
* cleanup
* fix unix epoch conversion
* Update Thrift expected payload in unit test.
* fix build issues
* fix typo
* fix solution
|
2019-07-23 19:47:52 -07:00 |
Sergey Kanzhelev
|
0c01f9f0aa
|
copy of OpenCensus at 0474607a16282252697f989113d68bdf71959070
|
2019-05-08 12:32:06 -07:00 |