opentelemetry-dotnet/test
Mikel Blanchard d11dc0a962
CorrelationContext -> Baggage (#1106)
* Baggage context part 1.

* A little cleanup.

* Return strings instead of objects. Removed default value in ctor because it generates a compiler warning about struct default constructor being used.

* Updated SDK & API projects for BaggageContext.

* Fixed broken areas, except for CorrelationContext tests.

* First round of tests and bug fixes.

* FIxed up HTTP instrumentation tests.

* Fixed up shim tests.

* More tests and improvements.

* Fixed broken test.

* Test coverage and bug fixes.

* Deterministic GetHashCode + tests.

* Added a link to the baggage api.

* Updated CHANGELOG.

* Renamed BaggageContext -> Baggage.

* CHANGELOG update.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-27 16:03:38 -07:00
..
Benchmarks Enable FxCop - part 05 (#1141) 2020-08-24 10:15:59 -07:00
OpenTelemetry.Exporter.Jaeger.Tests Remove test from exporter which are testign something else (#1156) 2020-08-24 17:56:41 -07:00
OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests Clean up exporter and processor (#1140) 2020-08-23 11:52:20 -07:00
OpenTelemetry.Exporter.Prometheus.Tests Adding MeterProviderBuilder (#1149) 2020-08-27 07:34:08 -07:00
OpenTelemetry.Exporter.ZPages.Tests Clean up exporter and processor (#1140) 2020-08-23 11:52:20 -07:00
OpenTelemetry.Exporter.Zipkin.Tests Include net.peer.port in ZipkinSpan.RemoteEndpoint.ServiceName (#1168) 2020-08-27 08:41:34 -07:00
OpenTelemetry.Extensions.Hosting.Tests Renamed extension methods from AddOpenTelemetry to AddOpenTelemetryTracerProvider (#1138) 2020-08-21 21:28:10 -07:00
OpenTelemetry.Instrumentation.AspNet.Tests CorrelationContext -> Baggage (#1106) 2020-08-27 16:03:38 -07:00
OpenTelemetry.Instrumentation.AspNetCore.Tests CorrelationContext -> Baggage (#1106) 2020-08-27 16:03:38 -07:00
OpenTelemetry.Instrumentation.Grpc.Tests Cleanup dispose/shutdown flow (#1142) 2020-08-24 11:22:03 -07:00
OpenTelemetry.Instrumentation.Http.Tests CorrelationContext -> Baggage (#1106) 2020-08-27 16:03:38 -07:00
OpenTelemetry.Instrumentation.SqlClient.Tests more sanity check (#1164) 2020-08-24 21:50:58 -07:00
OpenTelemetry.Instrumentation.StackExchangeRedis.Tests Cleanup dispose/shutdown flow (#1142) 2020-08-24 11:22:03 -07:00
OpenTelemetry.Shims.OpenTracing.Tests CorrelationContext -> Baggage (#1106) 2020-08-27 16:03:38 -07:00
OpenTelemetry.Tests CorrelationContext -> Baggage (#1106) 2020-08-27 16:03:38 -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