Npgsql.OpenTelemetry
7.0.8
Prefix Reserved
See the version list below for details.
dotnet add package Npgsql.OpenTelemetry --version 7.0.8
NuGet\Install-Package Npgsql.OpenTelemetry -Version 7.0.8
<PackageReference Include="Npgsql.OpenTelemetry" Version="7.0.8" />
paket add Npgsql.OpenTelemetry --version 7.0.8
#r "nuget: Npgsql.OpenTelemetry, 7.0.8"
// Install Npgsql.OpenTelemetry as a Cake Addin #addin nuget:?package=Npgsql.OpenTelemetry&version=7.0.8 // Install Npgsql.OpenTelemetry as a Cake Tool #tool nuget:?package=Npgsql.OpenTelemetry&version=7.0.8
Npgsql is the open source .NET data provider for PostgreSQL. It allows you to connect and interact with PostgreSQL server using .NET.
This package helps set up Npgsql's support for OpenTelemetry tracing, which allows you to observe database commands as they are being executed.
You can drop the following code snippet in your application's startup, and you should start seeing tracing information on the console:
using var tracerProvider = Sdk.CreateTracerProviderBuilder()
.SetResourceBuilder(ResourceBuilder.CreateDefault().AddService("npgsql-tester"))
.SetSampler(new AlwaysOnSampler())
// This optional activates tracing for your application, if you trace your own activities:
.AddSource("MyApp")
// This activates up Npgsql's tracing:
.AddNpgsql()
// This prints tracing data to the console:
.AddConsoleExporter()
.Build();
Once this is done, you should start seeing Npgsql trace data appearing in your application's console. At this point, you can look into exporting your trace data to a more useful destination: systems such as Zipkin or Jaeger can efficiently collect and store your data, and provide user interfaces for querying and exploring it.
For more information, visit the diagnostics documentation page.
Product | Versions 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. |
.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 | net461 was computed. 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. |
-
.NETStandard 2.0
- Npgsql (>= 7.0.8)
- OpenTelemetry.API (>= 1.3.1)
NuGet packages (29)
Showing the top 5 NuGet packages that depend on Npgsql.OpenTelemetry:
Package | Downloads |
---|---|
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
A PostgreSQL® provider for Entity Framework Core that integrates with Aspire, including connection pooling, health checks, logging, and telemetry. |
|
Honeycomb.OpenTelemetry.CommonInstrumentations
Honeycomb's OpenTelemetry common instrumentations package. Adds support for many common instrumentation libraries for you. |
|
Aspire.Npgsql
A PostgreSQL® client that integrates with Aspire, including health checks, metrics, logging, and telemetry. |
|
ShtrihM.Wattle3.OpenTelemetry
Framework for creating high-performance servers with domain object models. |
|
Packs.Template.BaseApi
Basis for any Packs API |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on Npgsql.OpenTelemetry:
Repository | Stars |
---|---|
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
|
|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
dotnetcore/AgileConfig
基于.NET Core开发的轻量级分布式配置中心 / .NET Core lightweight configuration server
|
|
GZTimeWalker/GZCTF
The GZ::CTF project, an open source CTF platform.
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK from source
|
Version | Downloads | Last updated |
---|---|---|
8.0.5 | 133,471 | 10/13/2024 |
8.0.4 | 316,602 | 9/10/2024 |
8.0.3 | 1,665,037 | 5/9/2024 |
8.0.2 | 835,038 | 2/10/2024 |
8.0.1 | 300,876 | 12/4/2023 |
8.0.0 | 96,485 | 11/21/2023 |
8.0.0-rtm | 139 | 11/20/2023 |
8.0.0-rc.2 | 21,925 | 10/11/2023 |
8.0.0-preview.4 | 30,409 | 5/17/2023 |
8.0.0-preview.3 | 3,289 | 4/24/2023 |
8.0.0-preview.2 | 10,338 | 3/20/2023 |
8.0.0-preview.1 | 3,476 | 3/3/2023 |
7.0.8 | 8,701 | 9/10/2024 |
7.0.7 | 61,166 | 5/9/2024 |
7.0.6 | 676,603 | 9/14/2023 |
7.0.4 | 830,307 | 4/24/2023 |
7.0.2 | 1,181,526 | 2/15/2023 |
7.0.1 | 254,935 | 12/17/2022 |
7.0.0 | 184,109 | 11/9/2022 |
7.0.0-rc.2 | 13,442 | 10/11/2022 |
7.0.0-rc.1 | 5,123 | 9/16/2022 |
7.0.0-preview.7 | 1,653 | 8/9/2022 |
7.0.0-preview.6 | 11,510 | 7/13/2022 |
7.0.0-preview.5 | 2,562 | 6/19/2022 |
7.0.0-preview.4 | 7,968 | 5/11/2022 |
7.0.0-preview.3 | 20,158 | 4/19/2022 |
7.0.0-preview.2 | 4,204 | 3/16/2022 |
7.0.0-preview.1 | 756 | 2/17/2022 |
6.0.12 | 2,470 | 9/10/2024 |
6.0.11 | 54,748 | 5/9/2024 |
6.0.10 | 120,999 | 9/14/2023 |
6.0.9 | 722,243 | 2/15/2023 |
6.0.8 | 162,543 | 12/17/2022 |
6.0.7 | 924,699 | 9/16/2022 |
6.0.6 | 222,148 | 8/4/2022 |
6.0.5 | 363,890 | 6/19/2022 |
6.0.4 | 341,564 | 4/19/2022 |
6.0.3 | 468,428 | 1/27/2022 |
6.0.2 | 23,997 | 12/20/2021 |
6.0.1 | 10,731 | 12/3/2021 |
6.0.0 | 187,460 | 11/9/2021 |
6.0.0-rc.2 | 1,644 | 10/14/2021 |