Fluens.Observability 0.6.2

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

Fluens.Observability

OpenTelemetry tracing, metrics, logging, and Serilog structured logging integration with optional Seq sink.

Installation

dotnet add package Fluens.Observability

Usage

fluensBuilder
    .AddObservability(opts =>
    {
        opts.OtlpEndpoint = "http://localhost:4317";
        opts.SamplingRatio = 1.0;
    })
    .AddSerilog();

ObservabilityOptions properties: Enabled, EnableTracing, EnableMetrics, EnableLogging, OtlpEndpoint, SamplingRatio, AdditionalSources, AdditionalMeters, SeqEndpoint, SeqApiKey.

Configuration section: Fluens:Observability.

Both AddObservability and AddSerilog accept optional configuration callbacks for inline customization.

LogSanitizer

Static helpers for redacting PII from log messages. Uses [GeneratedRegex] for AOT-compatible pattern matching.

LogSanitizer.Redact(value);          // Replaces entire value with ***REDACTED***
LogSanitizer.MaskEmail(value);       // Preserves first two chars of local part and full domain
LogSanitizer.MaskCardNumber(value);  // Preserves last four digits
LogSanitizer.MaskPhone(value);       // Preserves last four digits

License

This project is licensed under the MIT License.

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

Showing the top 1 NuGet packages that depend on Fluens.Observability:

Package Downloads
Fluens.Web.Observability

ASP.NET Core observability features: Prometheus metrics endpoint and request logging middleware.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.2 0 3/2/2026
0.6.1 0 3/2/2026
0.6.0 27 3/1/2026
0.5.7 27 3/1/2026
0.5.6 29 3/1/2026
0.5.5 31 2/28/2026
0.5.4 32 2/28/2026
0.5.3 37 2/27/2026
0.5.2 32 2/27/2026
0.5.1 37 2/27/2026
0.5.0 40 2/26/2026
0.3.2 41 2/26/2026
0.3.1 37 2/26/2026
0.3.0 39 2/24/2026
0.2.5 40 2/24/2026
0.2.4 41 2/24/2026
0.2.3 37 2/24/2026
0.1.0 42 2/23/2026