AspNet.Metrics
1.0.0-rtm-2
See the version list below for details.
dotnet add package AspNet.Metrics --version 1.0.0-rtm-2
NuGet\Install-Package AspNet.Metrics -Version 1.0.0-rtm-2
<PackageReference Include="AspNet.Metrics" Version="1.0.0-rtm-2" />
paket add AspNet.Metrics --version 1.0.0-rtm-2
#r "nuget: AspNet.Metrics, 1.0.0-rtm-2"
// Install AspNet.Metrics as a Cake Addin #addin nuget:?package=AspNet.Metrics&version=1.0.0-rtm-2&prerelease // Install AspNet.Metrics as a Cake Tool #tool nuget:?package=AspNet.Metrics&version=1.0.0-rtm-2&prerelease
The library provides support for integrating ASP.NET 5 with the Metrics.NET Library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- Metrics.NET (>= 0.3.7)
- Microsoft.AspNetCore.Mvc (>= 1.0.1)
- Microsoft.AspNetCore.Routing (>= 1.0.1)
- Microsoft.Extensions.DependencyInjection (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging (>= 1.0.0)
- Microsoft.Extensions.PlatformAbstractions (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
- System.Linq (>= 4.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AspNet.Metrics:
Package | Downloads |
---|---|
AspNet.Metrics.PerformanceCounters
The library provides support for registring windows performance counts with AspNet.Metrics (https://nuget.org/packages/AspNet.Metrics/) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,622 | 10/6/2016 |
1.0.0-rtm-3 | 1,209 | 9/21/2016 |
1.0.0-rtm-2 | 1,251 | 9/20/2016 |
1.0.0-rtm-1 | 909 | 6/30/2016 |
1.0.0-beta-1 | 945 | 5/22/2016 |
1.0.0-alpha-8 | 1,167 | 4/28/2016 |
1.0.0-alpha | 1,047 | 4/28/2016 |
Upgraded ASP.NET MVC Packages. Included configuration options to add ASP NET And SQL Performance Counters. Added middleware to record request rates and errors per OAuth2 Client. Updated error middleware to record 400, 401 and 500 requests as separate metrics.