Incursa.Platform.Observability 6.0.5

Prefix Reserved
dotnet add package Incursa.Platform.Observability --version 6.0.5
                    
NuGet\Install-Package Incursa.Platform.Observability -Version 6.0.5
                    
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="Incursa.Platform.Observability" Version="6.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Incursa.Platform.Observability" Version="6.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Incursa.Platform.Observability" />
                    
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 Incursa.Platform.Observability --version 6.0.5
                    
#r "nuget: Incursa.Platform.Observability, 6.0.5"
                    
#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 Incursa.Platform.Observability@6.0.5
                    
#: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=Incursa.Platform.Observability&version=6.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Incursa.Platform.Observability&version=6.0.5
                    
Install as a Cake Tool

Incursa.Platform.Observability

Incursa.Platform.Observability provides the shared observability vocabulary used across the platform package families.

What It Owns

  • shared event names and tag-key conventions
  • lightweight helpers that bridge correlation, operations, audit, and messaging metadata
  • a common vocabulary for platform telemetry without forcing a single telemetry backend

What It Does Not Own

  • a full tracing or logging stack
  • exporter-specific configuration
  • database-backed metric persistence on its own
  • Incursa.Platform.Correlation for correlation context propagation
  • Incursa.Platform.Operations for workflow lifecycle tracking
  • Incursa.Platform.Audit for immutable event history
  • Incursa.Platform.Metrics.AspNetCore and Incursa.Platform.Metrics.HttpServer for metrics exposure

Conventions

Standard event names are defined in PlatformEventNames.

Standard tag keys are defined in PlatformTagKeys.

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 (3)

Showing the top 3 NuGet packages that depend on Incursa.Platform.Observability:

Package Downloads
Incursa.Platform.Webhooks

Provider-agnostic webhook ingestion, classification, and processing primitives.

Incursa.Platform.SqlServer

SQL Server provider for Incursa Platform outbox, inbox, scheduler, fanout, metrics, and leases.

Incursa.Platform.Email

Outbox-driven email delivery primitives, policies, and provider abstractions for Incursa Platform.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.5 434 3/13/2026
6.0.3 239 3/10/2026
6.0.1 211 3/10/2026
Loading failed