Document supported versions of .NET (#1249)
* Document supported versions of .NET * Apply suggestions from code review Co-authored-by: Reiley Yang <reyang@microsoft.com> * Apply suggestions from code review Co-authored-by: Reiley Yang <reyang@microsoft.com> * line breaks Co-authored-by: Reiley Yang <reyang@microsoft.com>
This commit is contained in:
parent
c1c181b98c
commit
a3731ea02d
|
|
@ -10,6 +10,15 @@ Status](https://action-badges.now.sh/open-telemetry/opentelemetry-dotnet)](https
|
|||
|
||||
The .NET [OpenTelemetry](https://opentelemetry.io/) client.
|
||||
|
||||
## Supported .NET Versions
|
||||
|
||||
Packages shipped from this repository generally support all the officially
|
||||
supported versions of [.NET
|
||||
Core](https://dotnet.microsoft.com/download/dotnet-core), and [.NET
|
||||
Framework](https://dotnet.microsoft.com/download/dotnet-framework) except for
|
||||
`.NET Framework 3.5 SP1`. Any exceptions to this are noted in the individual
|
||||
`README.md` files.
|
||||
|
||||
## Getting Started
|
||||
|
||||
If you are new here, please see [get started in 5
|
||||
|
|
|
|||
|
|
@ -6,6 +6,13 @@
|
|||
The Jaeger exporter communicates to a Jaeger Agent through the compact thrift
|
||||
protocol on the Compact Thrift API port.
|
||||
|
||||
## Supported .NET Versions
|
||||
|
||||
This package supports all the officially supported versions of [.NET
|
||||
Core](https://dotnet.microsoft.com/download/dotnet-core).
|
||||
|
||||
For .NET Framework, versions 4.6 and above are supported.
|
||||
|
||||
## Prerequisite
|
||||
|
||||
* [Get Jaeger](https://www.jaegertracing.io/docs/1.13/getting-started/)
|
||||
|
|
|
|||
|
|
@ -7,6 +7,12 @@ This is an [Instrumentation Library](https://github.com/open-telemetry/opentelem
|
|||
which instruments [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client)
|
||||
and collects telemetry about outgoing gRPC requests.
|
||||
|
||||
## Supported .NET Versions
|
||||
|
||||
This package targets
|
||||
[`NETSTANDARD2.1`](https://docs.microsoft.com/dotnet/standard/net-standard#net-implementation-support)
|
||||
and hence can be used in any .NET versions implementing `NETSTANDARD2.1`.
|
||||
|
||||
## Steps to enable OpenTelemetry.Instrumentation.GrpcNetClient
|
||||
|
||||
### Step 1: Install Package
|
||||
|
|
|
|||
Loading…
Reference in New Issue