opentelemetry-dotnet/test
Kelly Birr a3f1c98bc5
Support multiple spans (activities) within the same Trace for StackExchangeRedis (#1153)
* - Add support multiple spans (activities) within the same TraceId.
- Use C# value tupples in cache keys and values to reduce heap allocations and ensure proper key comparison.
- Value names in C# tupples to make code slightly easier to read.

* Fix code formatting error

Fixing the code formatting issue being reported by code scanner.

* Added Unit test for multi-span in Redis

* fixed formatting that stylecop didn't like

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-09-03 11:56:59 -07:00
..
Benchmarks Added GetTagValue Activity Extension (#1221) 2020-09-03 10:57:43 -07:00
OpenTelemetry.Exporter.Jaeger.Tests Jaeger: Include net.peer.port in peer.service attribute (#1195) 2020-08-31 20:09:58 -07:00
OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests Update diagnosticsource to rc1 (#1203) 2020-08-31 17:22:45 -07:00
OpenTelemetry.Exporter.Prometheus.Tests Adding MeterProviderBuilder (#1149) 2020-08-27 07:34:08 -07:00
OpenTelemetry.Exporter.ZPages.Tests Update diagnosticsource to rc1 (#1203) 2020-08-31 17:22:45 -07:00
OpenTelemetry.Exporter.Zipkin.Tests Update diagnosticsource to rc1 (#1203) 2020-08-31 17:22:45 -07:00
OpenTelemetry.Extensions.Hosting.Tests Renaming to AddOpenTelemetryTracing (#1209) 2020-08-31 17:32:29 -07:00
OpenTelemetry.Instrumentation.AspNet.Tests Renaming ITextFormat to IPropagator (#1190) 2020-08-28 07:46:14 -07:00
OpenTelemetry.Instrumentation.AspNetCore.Tests Renaming to AddOpenTelemetryTracing (#1209) 2020-08-31 17:32:29 -07:00
OpenTelemetry.Instrumentation.Grpc.Tests Cleanup dispose/shutdown flow (#1142) 2020-08-24 11:22:03 -07:00
OpenTelemetry.Instrumentation.Http.Tests Update diagnosticsource to rc1 (#1203) 2020-08-31 17:22:45 -07:00
OpenTelemetry.Instrumentation.SqlClient.Tests Update diagnosticsource to rc1 (#1203) 2020-08-31 17:22:45 -07:00
OpenTelemetry.Instrumentation.StackExchangeRedis.Tests Support multiple spans (activities) within the same Trace for StackExchangeRedis (#1153) 2020-09-03 11:56:59 -07:00
OpenTelemetry.Shims.OpenTracing.Tests Update diagnosticsource to rc1 (#1203) 2020-08-31 17:22:45 -07:00
OpenTelemetry.Tests Added GetTagValue Activity Extension (#1221) 2020-09-03 10:57:43 -07:00
TestApp.AspNetCore.2.1 use absolute path for project includes (#993) 2020-08-04 07:23:47 -07:00
TestApp.AspNetCore.3.1 use absolute path for project includes (#993) 2020-08-04 07:23:47 -07:00
Directory.Build.props Improve docs structure (#983) 2020-08-03 16:46:48 -07:00
Directory.Build.targets Updating CodeCoverage and deterministic build (#1010) 2020-08-05 10:33:40 -07:00