![]() |
VOOZH | about |
dotnet add package Grafana.OpenTelemetry --version 1.8.0
NuGet\Install-Package Grafana.OpenTelemetry -Version 1.8.0
<PackageReference Include="Grafana.OpenTelemetry" Version="1.8.0" />
<PackageVersion Include="Grafana.OpenTelemetry" Version="1.8.0" />Directory.Packages.props
<PackageReference Include="Grafana.OpenTelemetry" />Project file
paket add Grafana.OpenTelemetry --version 1.8.0
#r "nuget: Grafana.OpenTelemetry, 1.8.0"
#:package Grafana.OpenTelemetry@1.8.0
#addin nuget:?package=Grafana.OpenTelemetry&version=1.8.0Install as a Cake Addin
#tool nuget:?package=Grafana.OpenTelemetry&version=1.8.0Install as a Cake Tool
This is a pre-configured and pre-packaged bundle of OpenTelemetry .NET components, optimized for Grafana Cloud Application Observability.
It requires only minimal setup and configuration and makes it very easy to emit OpenTelemetry metrics, logs, and traces from your .NET application.
For installing the distribution with the full set of dependencies, add a
reference to the Grafana.OpenTelemetry package to your project.
dotnet add package Grafana.OpenTelemetry
The UseGrafana extension method on the TracerProviderBuilder or the
MetricProviderBuilder can be used to set up the Grafana distribution. By
default, telemetry data will be sent to Grafana Alloy or an OpenTelemetry collector
that runs locally and listens to default OTLP ports.
using var tracerProvider = Sdk.CreateTracerProviderBuilder()
.UseGrafana()
.Build();
Alternatively, you can send telemetry data directly to Grafana Cloud without
involving an agent or collector. This can be configured via the environment
variables OTEL_EXPORTER_OTLP_PROTOCOL, OTEL_EXPORTER_OTLP_ENDPOINT, and
OTEL_EXPORTER_OTLP_HEADERS.
For details on how to obtain those values, refer to Send data to the Grafana Cloud OTLP endpoint: Quickstart architecture.
For detailed documentation and setup instructions, refer to our documentation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Grafana.OpenTelemetry:
| Package | Downloads |
|---|---|
|
Likvido.Robot
Package Description |
|
|
Likvido.Web
Package Description |
|
|
GameFrameX.StartUp
GameFrameX.Setting,GameFrameX 框架的基础设施框架库.框架文档主页: https://gameframex.doc.alianblank.com |
|
|
Czlovek.Telemetry
Provides a flexible and extensible logging API for .NET |
|
|
CodeLifter.Platform
Package Description |
Showing the top 5 popular GitHub repositories that depend on Grafana.OpenTelemetry:
| Repository | Stars |
|---|---|
|
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit, and Aspire in .Net 10.
|
|
|
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
|
meysamhadeli/booking-modular-monolith
A practical Modular Monolith architecture with the latest technologies and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, DDD, gRpc, Masstransit, and Aspire in .Net 10.
|
|
|
mehdihadeli/vertical-slice-api-template
🍰 An asp.net core template based on .Net 9, Vertical Slice Architecture, CQRS, Minimal APIs, OpenTelemetry, API Versioning and OpenAPI.
|
|
|
youssefbennour/AspNetCore.Starter
A modular-monolith ASP.NET Core starter inspired by Evolutionary-architecture
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.8.0 | 1,696 | 6/12/2026 |
| 1.7.0 | 72,418 | 4/21/2026 |
| 1.6.1 | 23,932 | 4/8/2026 |
| 1.6.0 | 12,783 | 3/27/2026 |
| 1.5.3 | 32,939 | 3/10/2026 |
| 1.5.2 | 87,394 | 1/28/2026 |
| 1.5.1 | 267 | 1/28/2026 |
| 1.5.0 | 12,515 | 1/22/2026 |
| 1.4.1 | 17,412 | 1/15/2026 |
| 1.4.0 | 14,203 | 1/8/2026 |
| 1.3.0 | 317,090 | 8/11/2025 |
| 1.2.0 | 510,975 | 2/6/2025 |
| 1.1.0 | 236,748 | 11/15/2024 |
| 1.0.1 | 142,392 | 9/19/2024 |
| 0.9.0-beta.1 | 48,325 | 7/30/2024 |
| 0.8.2-beta.1 | 814 | 7/15/2024 |
| 0.8.1-beta | 24,277 | 5/9/2024 |
| 0.7.0-beta.4 | 28,030 | 2/28/2024 |
| 0.7.0-beta.3 | 3,785 | 1/8/2024 |
| 0.7.0-beta.2 | 2,591 | 12/19/2023 |