Skip to content

Commit c6213e4

Browse files
committed
#45 point people to OpenTelemetry
1 parent 2406193 commit c6213e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
This repository provides OpenTracing instrumentation for .NET Core based applications.
66
It can be used with any OpenTracing compatible tracer.
77

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+
810
## Supported .NET versions
911

1012
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
2426

2527
* ASP.NET Core
2628
* Entity Framework Core
27-
* .NET Core BCL types (HttpClient)
29+
* System.Net.Http (HttpClient)
30+
* System.Data.SqlClient
31+
* Microsoft.Data.SqlClient
2832

2933
#### Microsoft.Extensions.Logging based instrumentation
3034

0 commit comments

Comments
 (0)