Elastic.OpenTelemetry
1.0.0-alpha.5
Prefix Reserved
See the version list below for details.
dotnet add package Elastic.OpenTelemetry --version 1.0.0-alpha.5
NuGet\Install-Package Elastic.OpenTelemetry -Version 1.0.0-alpha.5
<PackageReference Include="Elastic.OpenTelemetry" Version="1.0.0-alpha.5" />
paket add Elastic.OpenTelemetry --version 1.0.0-alpha.5
#r "nuget: Elastic.OpenTelemetry, 1.0.0-alpha.5"
// Install Elastic.OpenTelemetry as a Cake Addin #addin nuget:?package=Elastic.OpenTelemetry&version=1.0.0-alpha.5&prerelease // Install Elastic.OpenTelemetry as a Cake Tool #tool nuget:?package=Elastic.OpenTelemetry&version=1.0.0-alpha.5&prerelease
Elastic Distribution of OpenTelemetry .NET
[!WARNING] The Elastic Distribution of OpenTelemetry .NET is not yet recommended for production use. Functionality may be changed or removed in future releases. Alpha releases are not subject to the support SLA of official GA features.
We welcome your feedback! You can reach us by opening a GitHub issue or starting a discussion thread on the Elastic Discuss forum.
The Elastic Distribution of OpenTelemetry .NET (EDOT .NET) provides a zero code change extension of the OpenTelemetry SDK for .NET. EDOT .NET makes it easier to get started using OpenTelemetry in your .NET applications through strictly OpenTelemetry native means, while also providing a smooth and rich out of the box experience with Elastic Observability. It's an explicit goal of this distribution to introduce no new concepts in addition to those defined by the wider OpenTelemetry community.
[!NOTE] For more details about OpenTelemetry distributions in general, visit the OpenTelemetry documentation.
With EDOT .NET you have access to all the features of the OpenTelemetry SDK for .NET plus:
- Access to SDK improvements and bug fixes contributed by the Elastic team before the changes are available upstream in OpenTelemetry repositories.
- Elastic-specific processors that ensure optimal compatibility when exporting OpenTelemetry signal data to an Elastic backend like an Elastic Observability deployment.
- Preconfigured collection of tracing and metrics signals, applying some opinionated defaults, such as which sources are collected by default.
- Ensuring that the OpenTelemetry protocol (OTLP) exporter is enabled by default.
Ready to try out the distro? Follow the step-by-step instructions in Get started.
Install
To get started with the Elastic Distribution of OpenTelemetry .NET, you must add the
Elastic.OpenTelemetry
NuGet package to your project. This can be achieved by adding the package reference to your project file.
<PackageReference Include="Elastic.OpenTelemetry" Version="<LATEST>" />
[!NOTE] Replace the
<LATEST>
placeholder with the latest available package from NuGet.org.
Read the docs
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- OpenTelemetry (>= 1.9.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.9.0)
- OpenTelemetry.Extensions.Hosting (>= 1.9.0)
- OpenTelemetry.Instrumentation.EntityFrameworkCore (>= 1.0.0-beta.12)
- OpenTelemetry.Instrumentation.GrpcNetClient (>= 1.9.0-beta.1)
- OpenTelemetry.Instrumentation.Http (>= 1.9.0)
- OpenTelemetry.Instrumentation.Process (>= 0.5.0-beta.6)
- OpenTelemetry.Instrumentation.Runtime (>= 1.9.0)
- System.Threading.Channels (>= 8.0.0)
-
.NETStandard 2.0
- OpenTelemetry (>= 1.9.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.9.0)
- OpenTelemetry.Extensions.Hosting (>= 1.9.0)
- OpenTelemetry.Instrumentation.EntityFrameworkCore (>= 1.0.0-beta.12)
- OpenTelemetry.Instrumentation.GrpcNetClient (>= 1.9.0-beta.1)
- OpenTelemetry.Instrumentation.Http (>= 1.9.0)
- OpenTelemetry.Instrumentation.Process (>= 0.5.0-beta.6)
- OpenTelemetry.Instrumentation.Runtime (>= 1.9.0)
- System.Threading.Channels (>= 8.0.0)
-
.NETStandard 2.1
- OpenTelemetry (>= 1.9.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.9.0)
- OpenTelemetry.Extensions.Hosting (>= 1.9.0)
- OpenTelemetry.Instrumentation.EntityFrameworkCore (>= 1.0.0-beta.12)
- OpenTelemetry.Instrumentation.GrpcNetClient (>= 1.9.0-beta.1)
- OpenTelemetry.Instrumentation.Http (>= 1.9.0)
- OpenTelemetry.Instrumentation.Process (>= 0.5.0-beta.6)
- OpenTelemetry.Instrumentation.Runtime (>= 1.9.0)
- System.Threading.Channels (>= 8.0.0)
-
net6.0
- OpenTelemetry (>= 1.9.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.9.0)
- OpenTelemetry.Extensions.Hosting (>= 1.9.0)
- OpenTelemetry.Instrumentation.EntityFrameworkCore (>= 1.0.0-beta.12)
- OpenTelemetry.Instrumentation.GrpcNetClient (>= 1.9.0-beta.1)
- OpenTelemetry.Instrumentation.Http (>= 1.9.0)
- OpenTelemetry.Instrumentation.Process (>= 0.5.0-beta.6)
- OpenTelemetry.Instrumentation.Runtime (>= 1.9.0)
-
net8.0
- OpenTelemetry (>= 1.9.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.9.0)
- OpenTelemetry.Extensions.Hosting (>= 1.9.0)
- OpenTelemetry.Instrumentation.EntityFrameworkCore (>= 1.0.0-beta.12)
- OpenTelemetry.Instrumentation.GrpcNetClient (>= 1.9.0-beta.1)
- OpenTelemetry.Instrumentation.Http (>= 1.9.0)
- OpenTelemetry.Instrumentation.Process (>= 0.5.0-beta.6)
- OpenTelemetry.Instrumentation.Runtime (>= 1.9.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Elastic.OpenTelemetry:
Package | Downloads |
---|---|
Elastic.OpenTelemetry.AutoInstrumentation
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-alpha.6 | 4,303 | 9/5/2024 |
1.0.0-alpha.5 | 285 | 8/30/2024 |
1.0.0-alpha.4 | 2,260 | 8/8/2024 |
1.0.0-alpha.3 | 992 | 5/3/2024 |
1.0.0-alpha.2 | 133 | 4/9/2024 |
1.0.0-alpha.1 | 99 | 3/28/2024 |