OpenTelemetry.Exporter.Jaeger
1.5.1
Prefix Reserved
OpenTelemetry.Exporter.OpenTelemetryProtocol
Additional DetailsJaeger backends have added native support for ingesting traces in OTLP format. Please go through their doc for more details: https://www.jaegertracing.io/docs/1.48/apis/#opentelemetry-protocol-stable
You could refer to this example on how to send traces to Jaeger using OTLP Exporter: https://github.com/open-telemetry/opentelemetry-dotnet/tree/e330e57b04fa3e51fe5d63b52bfff891fb5b7961/docs/trace/getting-started-jaeger
See the version list below for details.
dotnet add package OpenTelemetry.Exporter.Jaeger --version 1.5.1
NuGet\Install-Package OpenTelemetry.Exporter.Jaeger -Version 1.5.1
<PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.5.1" />
<PackageVersion Include="OpenTelemetry.Exporter.Jaeger" Version="1.5.1" />
<PackageReference Include="OpenTelemetry.Exporter.Jaeger" />
paket add OpenTelemetry.Exporter.Jaeger --version 1.5.1
#r "nuget: OpenTelemetry.Exporter.Jaeger, 1.5.1"
#addin nuget:?package=OpenTelemetry.Exporter.Jaeger&version=1.5.1
#tool nuget:?package=OpenTelemetry.Exporter.Jaeger&version=1.5.1
Jaeger exporter for OpenTelemetry .NET
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 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 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.5.1)
- System.Text.Encodings.Web (>= 4.7.2)
- System.Text.Json (>= 4.7.2)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- OpenTelemetry (>= 1.5.1)
- System.Text.Encodings.Web (>= 4.7.2)
- System.Text.Json (>= 4.7.2)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- OpenTelemetry (>= 1.5.1)
- System.Text.Encodings.Web (>= 4.7.2)
- System.Text.Json (>= 4.7.2)
-
net6.0
- OpenTelemetry (>= 1.5.1)
- System.Threading.Tasks.Extensions (>= 4.5.4)
NuGet packages (49)
Showing the top 5 NuGet packages that depend on OpenTelemetry.Exporter.Jaeger:
Package | Downloads |
---|---|
Genocs.Monitoring
Telemetry and Tracing library. |
|
Motor.Extensions.Diagnostics.Telemetry
Motor.NET is a microservice framework based on Microsoft.Extensions.Hosting. |
|
NYActor.Core
Package Description |
|
Flour.Otel
Package Description |
|
FCMicroservices
a boilerplate microservice framework |
GitHub repositories (16)
Showing the top 16 popular GitHub repositories that depend on OpenTelemetry.Exporter.Jaeger:
Repository | Stars |
---|---|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
microsoft/dotnet-podcasts
.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
|
|
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
|
|
JasperFx/wolverine
Supercharged .NET server side development!
|
|
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.
|
|
CircumSpector/DS4Windows
A reimagination of DS4Windows.
|
|
damikun/trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
|
|
JasperFx/jasper
Next generation application development framework for .Net
|
|
AntonioFalcaoJr/EventualShop
A state-of-the-art distributed system using Reactive DDD as uncertainty modeling, Event Storming as subdomain decomposition, Event Sourcing as an eventual persistence mechanism, CQRS, Async Projections, Microservices for individual deployable units, Event-driven Architecture for efficient integration, and Clean Architecture as domain-centric design
|
|
meysamhadeli/booking-modular-monolith
Practical Modular Monolith, built with .Net 9, DDD, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
philosowaffle/peloton-to-garmin
Convert workout data from Peloton into JSON/TCX/FIT files and automatically upload to Garmin Connect
|
|
ChilliCream/hotchocolate-examples
|
|
AIDotNet/Thor
Thor is a powerful artificial intelligence model management tool, whose main purpose is to achieve unified management and use of multiple AI models. Through Thor, users can easily manage and utilize numerous AI models
|
|
kurrent-io/EventStore-Client-Dotnet
Dotnet Client SDK for the Event Store gRPC Client API written in C#
|
Version | Downloads | Last updated | |
---|---|---|---|
1.6.0-rc.1 | 1,129,701 | 8/21/2023 | |
1.6.0-alpha.1 | 40,195 | 7/12/2023 | |
1.5.1 | 4,811,275 | 6/26/2023 | |
1.5.0 | 274,513 | 6/6/2023 | |
1.5.0-rc.1 | 80,377 | 5/26/2023 | |
1.5.0-alpha.2 | 67,993 | 4/1/2023 | |
1.5.0-alpha.1 | 62,779 | 3/8/2023 | |
1.4.0 | 1,694,456 | 2/24/2023 | |
1.4.0-rc.4 | 213,022 | 2/11/2023 | |
1.4.0-rc.3 | 53,340 | 2/2/2023 | |
1.4.0-rc.2 | 108,106 | 1/9/2023 | |
1.4.0-rc.1 | 248,766 | 12/12/2022 | |
1.4.0-beta.3 | 354,016 | 11/7/2022 | |
1.4.0-beta.2 | 158,383 | 10/17/2022 | |
1.4.0-beta.1 | 37,574 | 9/30/2022 | |
1.4.0-alpha.2 | 187,581 | 8/18/2022 | |
1.4.0-alpha.1 | 55,487 | 8/3/2022 | |
1.3.2 | 1,157,486 | 12/20/2022 | |
1.3.1 | 1,808,629 | 9/8/2022 | |
1.3.0 | 2,227,063 | 6/3/2022 | |
1.3.0-rc.2 | 7,076 | 6/1/2022 | |
1.3.0-beta.2 | 49,201 | 5/17/2022 | |
1.3.0-beta.1 | 67,748 | 4/20/2022 | |
1.2.0 | 1,205,866 | 4/15/2022 | |
1.2.0-rc5 | 35,139 | 4/13/2022 | |
1.2.0-rc4 | 60,702 | 3/30/2022 | |
1.2.0-rc3 | 274,847 | 3/5/2022 | |
1.2.0-rc2 | 375,381 | 2/3/2022 | |
1.2.0-rc1 | 819,105 | 11/30/2021 | |
1.2.0-beta2.1 | 118,630 | 11/19/2021 | |
1.2.0-beta1 | 207,306 | 10/8/2021 | |
1.2.0-alpha4 | 6,845 | 9/23/2021 | |
1.2.0-alpha3 | 4,584 | 9/14/2021 | |
1.2.0-alpha2 | 72,541 | 8/25/2021 | |
1.2.0-alpha1 | 180,458 | 7/23/2021 | |
1.1.0 | 1,547,697 | 7/13/2021 | |
1.1.0-rc1 | 59,816 | 6/26/2021 | |
1.1.0-beta4 | 67,659 | 6/9/2021 | |
1.1.0-beta3 | 3,814 | 5/12/2021 | |
1.1.0-beta2 | 118,510 | 4/23/2021 | |
1.1.0-beta1 | 63,321 | 3/19/2021 | |
1.0.1 | 882,544 | 2/10/2021 | |
1.0.0-rc4 | 9,116 | 2/9/2021 | |
1.0.0-rc3 | 27,695 | 2/5/2021 | |
1.0.0-rc2 | 24,212 | 1/30/2021 | |
1.0.0-rc1.1 | 178,133 | 11/18/2020 | |
0.8.0-beta.1 | 3,566 | 11/5/2020 | |
0.7.0-beta.1 | 5,916 | 10/16/2020 | |
0.6.0-beta.1 | 109,055 | 9/16/2020 | |
0.5.0-beta.2 | 8,823 | 8/28/2020 | |
0.4.0-beta.2 | 50,134 | 7/25/2020 | |
0.3.0-beta.1 | 1,487 | 7/23/2020 | |
0.2.0-alpha.275 | 157,429 | 5/19/2020 | |
0.2.0-alpha.220 | 411 | 5/19/2020 | |
0.2.0-alpha.179 | 15,810 | 1/28/2020 | |
0.2.0-alpha.100 | 46,613 | 11/5/2019 | |
0.2.0-alpha.40 | 444 | 9/24/2019 | |
0.2.0-alpha.5 | 459 | 8/3/2019 |