You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
This repository provides OpenTracing instrumentation for .NET Core based applications.
6
6
It can be used with any OpenTracing compatible tracer.
7
7
8
+
_**IMPORTANT:** OpenTracing and OpenCensus have merget to form **[OpenTelemetry](https://opentelemetry.io)**! The OpenTelemetry .NET library can be found at [https://github.com/open-telemetry/opentelemetry-dotnet](https://github.com/open-telemetry/opentelemetry-dotnet)._
9
+
8
10
## Supported .NET versions
9
11
10
12
This project currently only supports apps targeting `netcoreapp2.1` (.NET Core 2.1), `netcoreapp3.1` (.NET Core 3.1) or net5.0 (.NET 5.0)!
@@ -24,7 +26,9 @@ To further improve the tracing output, the library provides enhanced instrumenta
24
26
25
27
* ASP.NET Core
26
28
* Entity Framework Core
27
-
* .NET Core BCL types (HttpClient)
29
+
* System.Net.Http (HttpClient)
30
+
* System.Data.SqlClient
31
+
* Microsoft.Data.SqlClient
28
32
29
33
#### Microsoft.Extensions.Logging based instrumentation
0 commit comments