Skip to content

Commit

Permalink
#45 point people to OpenTelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
cwe1ss committed Dec 12, 2020
1 parent 2406193 commit c6213e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
This repository provides OpenTracing instrumentation for .NET Core based applications.
It can be used with any OpenTracing compatible tracer.

_**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)._

## Supported .NET versions

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)!
Expand All @@ -24,7 +26,9 @@ To further improve the tracing output, the library provides enhanced instrumenta

* ASP.NET Core
* Entity Framework Core
* .NET Core BCL types (HttpClient)
* System.Net.Http (HttpClient)
* System.Data.SqlClient
* Microsoft.Data.SqlClient

#### Microsoft.Extensions.Logging based instrumentation

Expand Down

0 comments on commit c6213e4

Please sign in to comment.