Lumarin.Notify.OpenTelemetry 0.8.0-preview.199

This is a prerelease version of Lumarin.Notify.OpenTelemetry.
dotnet add package Lumarin.Notify.OpenTelemetry --version 0.8.0-preview.199
                    
NuGet\Install-Package Lumarin.Notify.OpenTelemetry -Version 0.8.0-preview.199
                    
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="Lumarin.Notify.OpenTelemetry" Version="0.8.0-preview.199" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lumarin.Notify.OpenTelemetry" Version="0.8.0-preview.199" />
                    
Directory.Packages.props
<PackageReference Include="Lumarin.Notify.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 Lumarin.Notify.OpenTelemetry --version 0.8.0-preview.199
                    
#r "nuget: Lumarin.Notify.OpenTelemetry, 0.8.0-preview.199"
                    
#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.
#:package Lumarin.Notify.OpenTelemetry@0.8.0-preview.199
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Lumarin.Notify.OpenTelemetry&version=0.8.0-preview.199&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Lumarin.Notify.OpenTelemetry&version=0.8.0-preview.199&prerelease
                    
Install as a Cake Tool

Lumarin.Notify.OpenTelemetry

Lumarin.Notify.OpenTelemetry is an optional package that registers Lumarin.Notify traces and metrics with a host-managed OpenTelemetry pipeline.

It does not bundle exporters, collectors, dashboards, or backend opinions. The host decides where telemetry goes and what extra enrichment or sampling rules to apply.

Installation

dotnet add package Lumarin.Notify.OpenTelemetry

Exporter packages are optional host choices. Install only the exporters that match your host.

Usage

using Lumarin.Notify.OpenTelemetry;
using OpenTelemetry.Metrics;
using OpenTelemetry.Trace;

builder.Services
    .AddOpenTelemetry()
    .AddLumarinNotify();

If the host chooses OTLP or another backend, add those exporter packages and exporter calls separately.

Registered sources and meters

  • ActivitySource: Lumarin.Notify
  • ActivitySource: Lumarin.Notify.Admin
  • Meter: Lumarin.Notify.Delivery
  • Meter: Lumarin.Notify.Outbox
  • Meter: Lumarin.Notify.Channels.SignalR
  • Meter: Lumarin.Notify.Scheduling

Tag discipline

  • current emitted tags still include bounded values such as channel, provider, outcome, failure_reason, runtime_mode, and outbox_status
  • newer spans and scheduling metrics use normalized dimensions such as operation, status, reason_code, tenant_mode, and control_scope
  • raw identifiers such as notification ids, delivery ids, device ids, provider message ids, and target identities stay out of the default low-cardinality metric and span taxonomy

Design intent

  • optional capability only
  • contract-first telemetry registration
  • owning runtime packages emit their own spans and metrics
  • low-cardinality tags by default
  • host-governed enrichment and exporter configuration
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.0-preview.199 67 5/14/2026
0.8.0-preview.162 56 4/26/2026
0.8.0-preview.161 61 4/26/2026
0.8.0-preview.160 59 4/26/2026
0.8.0-preview.159 53 4/26/2026
0.8.0-preview.158 58 4/26/2026
0.8.0-preview.157 62 4/25/2026
0.8.0-preview.156 56 4/25/2026
0.8.0-preview.155 60 4/25/2026
0.8.0-preview.154 55 4/25/2026
0.8.0-preview.153 56 4/25/2026
0.8.0-preview.150 53 4/25/2026
0.8.0-preview.133 56 4/23/2026
0.8.0-preview.132 56 4/23/2026
0.8.0-preview.130 54 4/23/2026
0.8.0-preview.128 60 4/23/2026
0.8.0-preview.120 153 4/21/2026
0.8.0-preview.115 54 4/18/2026
0.8.0-preview.114 56 4/18/2026
0.8.0-preview.113 66 4/17/2026
Loading failed