Middleware that keeps track of API statistics like response codes and duration.
Info
Version: | 1.5.0 |
Author(s): | Bishoy Labib |
Last Update: | Tuesday, February 8, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Bishoymly/CoreX.Extensions |
NuGet Url: | https://www.nuget.org/packages/CoreX.Extensions.Metrics |
Install
Install-Package CoreX.Extensions.Metrics
dotnet add package CoreX.Extensions.Metrics
paket add CoreX.Extensions.Metrics
CoreX.Extensions.Metrics Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 5.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 5.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)