OpenTelemetry 1.1.0-beta2

Prefix Reserved
This is a prerelease version of OpenTelemetry.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenTelemetry --version 1.1.0-beta2
                    
NuGet\Install-Package OpenTelemetry -Version 1.1.0-beta2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenTelemetry" Version="1.1.0-beta2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenTelemetry" Version="1.1.0-beta2" />
                    
Directory.Packages.props
<PackageReference Include="OpenTelemetry" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpenTelemetry --version 1.1.0-beta2
                    
#r "nuget: OpenTelemetry, 1.1.0-beta2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=OpenTelemetry&version=1.1.0-beta2&prerelease
                    
Install OpenTelemetry as a Cake Addin
#tool nuget:?package=OpenTelemetry&version=1.1.0-beta2&prerelease
                    
Install OpenTelemetry as a Cake Tool

OpenTelemetry .NET SDK

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 was computed. 
.NET Framework net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (358)

Showing the top 5 NuGet packages that depend on OpenTelemetry:

Package Downloads
OpenTelemetry.Extensions.Hosting

Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting

OpenTelemetry.Exporter.OpenTelemetryProtocol

OpenTelemetry protocol exporter for OpenTelemetry .NET

OpenTelemetry.Exporter.Console

Console exporter for OpenTelemetry .NET

OpenTelemetry.Instrumentation.GrpcNetClient

gRPC for .NET client instrumentation for OpenTelemetry .NET.

OpenTelemetry.Exporter.Jaeger

Jaeger exporter for OpenTelemetry .NET

GitHub repositories (60)

Showing the top 20 popular GitHub repositories that depend on OpenTelemetry:

Repository Stars
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
quartznet/quartznet
Quartz Enterprise Scheduler .NET
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
microsoft/kiota
OpenAPI based HTTP Client code generator
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
linq2db/linq2db
Linq to database provider.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
DuendeSoftware/products
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
JasperFx/wolverine
Supercharged .NET server side development!
thangchung/clean-architecture-dotnet
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
2881099/FreeRedis
🦄 FreeRedis is .NET40+ redis client. supports cluster, sentinel, master-slave, pub-sub, lua, pipeline, transaction, streams, redisearch, client-side-caching, and pooling.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
notifo-io/notifo
Multi channel notification service for collaboration tools, e-commerce, news service and more.
Version Downloads Last updated
1.11.2 1,939,756 3/4/2025
1.9.0 28,913,241 6/14/2024
1.9.0-rc.1 234,803 6/7/2024
1.9.0-alpha.1 81,204 5/20/2024
1.8.1 16,898,406 4/18/2024
1.8.0 6,072,132 4/3/2024
1.8.0-rc.1 1,432,994 3/27/2024
1.8.0-beta.1 184,967 3/14/2024
1.7.0 15,042,398 12/9/2023
1.7.0-rc.1 1,941,946 11/30/2023
1.7.0-alpha.1 604,134 10/17/2023
1.6.0 17,406,495 9/6/2023
1.6.0-rc.1 2,151,022 8/21/2023
1.6.0-alpha.1 524,779 7/12/2023
1.5.1 13,547,833 6/26/2023
1.5.0 3,950,355 6/6/2023 1.5.0 is deprecated.
1.5.0-rc.1 2,250,633 5/26/2023
1.5.0-alpha.2 1,110,387 4/1/2023
1.5.0-alpha.1 1,421,004 3/8/2023
1.4.0 15,126,249 2/24/2023
1.4.0-rc.4 3,028,276 2/11/2023
1.4.0-rc.3 763,997 2/2/2023
1.4.0-rc.2 984,212 1/9/2023
1.4.0-rc.1 1,317,162 12/12/2022
1.4.0-beta.3 2,090,693 11/7/2022
1.4.0-beta.2 1,087,931 10/17/2022
1.4.0-beta.1 423,742 9/30/2022
1.4.0-alpha.2 1,771,913 8/18/2022
1.4.0-alpha.1 1,591,386 8/3/2022
1.3.2 4,071,589 12/20/2022
1.3.1 7,684,744 9/8/2022
1.3.0 8,529,782 6/3/2022 1.3.0 is deprecated because it has critical bugs.
1.3.0-rc.2 1,703,242 6/1/2022
1.3.0-beta.2 208,609 5/17/2022
1.3.0-beta.1 2,445,881 4/20/2022
1.2.0 5,885,710 4/15/2022 1.2.0 is deprecated because it has critical bugs.
1.2.0-rc5 654,013 4/13/2022
1.2.0-rc4 803,327 3/30/2022
1.2.0-rc3 1,118,147 3/5/2022
1.2.0-rc2 2,668,852 2/3/2022
1.2.0-rc1 2,329,551 11/30/2021
1.2.0-beta2.1 467,140 11/19/2021
1.2.0-beta1 5,139,064 10/8/2021
1.2.0-alpha4 44,441 9/23/2021
1.2.0-alpha3 20,474 9/14/2021
1.2.0-alpha2 95,428 8/25/2021
1.2.0-alpha1 124,796 7/23/2021
1.1.0 10,391,396 7/13/2021 1.1.0 is deprecated because it has critical bugs.
1.1.0-rc1 274,994 6/26/2021
1.1.0-beta4 2,348,468 6/9/2021
1.1.0-beta3 240,332 5/12/2021
1.1.0-beta2 525,991 4/23/2021
1.1.0-beta1 1,324,492 3/19/2021
1.0.1 9,221,671 2/10/2021 1.0.1 is deprecated because it has critical bugs.
1.0.0-rc4 42,270 2/9/2021
1.0.0-rc3 32,537 2/5/2021
1.0.0-rc2 332,373 1/30/2021
1.0.0-rc1.1 658,316 11/18/2020
0.8.0-beta.1 122,325 11/5/2020
0.7.0-beta.1 28,393 10/16/2020
0.6.0-beta.1 996,374 9/16/2020
0.5.0-beta.2 19,166 8/28/2020
0.4.0-beta.2 143,976 7/25/2020
0.3.0-beta.1 4,339 7/23/2020
0.2.0-alpha.275 243,115 5/19/2020
0.2.0-alpha.220 451,196 5/19/2020
0.2.0-alpha.179 179,955 1/28/2020
0.2.0-alpha.100 247,918 11/5/2019
0.2.0-alpha.40 150,083 9/24/2019
0.2.0-alpha.5 24,599 8/3/2019