Microsoft.AspNetCore.Diagnostics.Middleware
9.4.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Diagnostics.Middleware --version 9.4.0
NuGet\Install-Package Microsoft.AspNetCore.Diagnostics.Middleware -Version 9.4.0
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.Middleware" Version="9.4.0" />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.Middleware" Version="9.4.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.Middleware" />
paket add Microsoft.AspNetCore.Diagnostics.Middleware --version 9.4.0
#r "nuget: Microsoft.AspNetCore.Diagnostics.Middleware, 9.4.0"
#:package Microsoft.AspNetCore.Diagnostics.Middleware@9.4.0
#addin nuget:?package=Microsoft.AspNetCore.Diagnostics.Middleware&version=9.4.0
#tool nuget:?package=Microsoft.AspNetCore.Diagnostics.Middleware&version=9.4.0
Microsoft.AspNetCore.Diagnostics.Middleware
HTTP request diagnostics middleware for tracking latency and enriching and redacting log output.
Install the package
From the command-line:
dotnet add package Microsoft.AspNetCore.Diagnostics.Middleware
Or directly in the C# project file:
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.Middleware" Version="[CURRENTVERSION]" />
</ItemGroup>
Usage Example
Tracking HTTP Request Latency
These components enable tracking and reporting the latency of HTTP request processing.
The services can be registered using the following methods:
public static IServiceCollection AddRequestCheckpoint(this IServiceCollection services)
public static IServiceCollection AddRequestLatencyTelemetry(this IServiceCollection services)
public static IServiceCollection AddRequestLatencyTelemetry(this IServiceCollection services, Action<RequestLatencyTelemetryOptions> configure)
public static IServiceCollection AddRequestLatencyTelemetry(this IServiceCollection services, IConfigurationSection section)
The middleware can be registered using the following methods:
public static IApplicationBuilder UseRequestCheckpoint(this IApplicationBuilder builder)
public static IApplicationBuilder UseRequestLatencyTelemetry(this IApplicationBuilder builder)
For example:
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddRequestLatencyTelemetry();
builder.Services.AddRequestCheckpoint(options => { });
var app = builder.Build();
app.UseRequestCheckpoint();
app.UseRequestLatencyTelemetry();
HTTP Request Logs Enrichment and Redaction
These components enable enriching and redacting ASP.NET Core's HTTP request logs.
These APIs are only available for ASP.NET Core 8+.
The services can be registered using the following methods:
public static IServiceCollection AddHttpLoggingRedaction(this IServiceCollection services, Action<HeaderParsingOptions>? configure = null)
public static IServiceCollection AddHttpLoggingRedaction(this IServiceCollection services, IConfigurationSection section)
public static IServiceCollection AddHttpLogEnricher<T>(this IServiceCollection services)
The middleware can be registered using the following method:
public static IApplicationBuilder UseHttpLogging(this IApplicationBuilder builder)
For example:
var builder = WebApplication.CreateBuilder(args);
// General logging options
builder.Services.AddHttpLogging(options => { });
// Redaction options
builder.Services.AddHttpLoggingRedaction(options => { });
var app = builder.Build();
app.UseHttpLogging();
Feedback & Contributing
We welcome feedback and contributions in our GitHub repo.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- Microsoft.Extensions.Compliance.Abstractions (>= 9.4.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection.AutoActivation (>= 9.4.0)
- Microsoft.Extensions.Telemetry (>= 9.4.0)
- Microsoft.Extensions.Telemetry.Abstractions (>= 9.4.0)
-
net9.0
- Microsoft.Extensions.Compliance.Abstractions (>= 9.4.0)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.4)
- Microsoft.Extensions.DependencyInjection.AutoActivation (>= 9.4.0)
- Microsoft.Extensions.Telemetry (>= 9.4.0)
- Microsoft.Extensions.Telemetry.Abstractions (>= 9.4.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Diagnostics.Middleware:
| Package | Downloads |
|---|---|
|
WC.Library.Web
Package Description |
|
|
BBT.Aether.HttpClient
Aether is a .NET Core framework designed to provide developers with a foundational structure and pre-built cross-cutting concerns. |
|
|
BBT.Aether.AspNetCore
Aether is a .NET Core framework designed to provide developers with a foundational structure and pre-built cross-cutting concerns. |
|
|
ANcpSdk.AspNetCore.ServiceDefaults
Default configuration for ANcpSdk applications - OpenTelemetry, Health Checks, Resilience |
|
|
BBT.Prism.AspNetCore
Package Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Microsoft.AspNetCore.Diagnostics.Middleware:
| Repository | Stars |
|---|---|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
|
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.
|
|
|
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.0 | 3,036 | 12/9/2025 |
| 10.0.0 | 22,747 | 11/11/2025 |
| 9.10.0 | 12,999 | 10/14/2025 |
| 9.9.0 | 8,165 | 9/9/2025 |
| 9.8.0 | 15,577 | 8/12/2025 |
| 9.7.0 | 5,321 | 7/8/2025 |
| 9.6.0 | 22,230 | 6/10/2025 |
| 9.5.0 | 93,265 | 5/13/2025 |
| 9.4.0 | 11,257 | 4/8/2025 |
| 9.3.0 | 666 | 3/11/2025 |
| 9.2.0 | 68,352 | 2/11/2025 |
| 9.1.0 | 20,907 | 1/14/2025 |
| 9.0.0 | 5,909 | 11/12/2024 |
| 9.0.0-preview.9.24507.7 | 140 | 10/8/2024 |
| 9.0.0-preview.8.24460.1 | 113 | 9/10/2024 |
| 9.0.0-preview.7.24412.10 | 134 | 8/14/2024 |
| 9.0.0-preview.6.24353.1 | 119 | 7/10/2024 |
| 9.0.0-preview.5.24311.7 | 156 | 6/11/2024 |
| 9.0.0-preview.4.24271.2 | 124 | 5/21/2024 |
| 9.0.0-preview.3.24209.3 | 142 | 4/11/2024 |
| 9.0.0-preview.2.24157.4 | 124 | 3/12/2024 |
| 9.0.0-preview.1.24108.1 | 148 | 2/13/2024 |
| 8.10.0 | 40,676 | 10/8/2024 |
| 8.9.1 | 19,932 | 9/6/2024 |
| 8.9.0 | 6,691 | 9/5/2024 |
| 8.8.0 | 12,083 | 8/13/2024 |
| 8.7.0 | 13,535 | 7/10/2024 |
| 8.6.0 | 4,703 | 6/11/2024 |
| 8.5.0 | 16,606 | 5/14/2024 |
| 8.4.0 | 13,663 | 4/9/2024 |
| 8.3.0 | 1,565 | 3/12/2024 |
| 8.2.0 | 1,623 | 2/13/2024 |
| 8.1.0 | 2,617 | 1/9/2024 |
| 8.0.0 | 7,631 | 11/14/2023 |