Metrics 1.0.10
See the version list below for details.
dotnet add package Metrics --version 1.0.10
NuGet\Install-Package Metrics -Version 1.0.10
<PackageReference Include="Metrics" Version="1.0.10" />
paket add Metrics --version 1.0.10
#r "nuget: Metrics, 1.0.10"
// Install Metrics as a Cake Addin #addin nuget:?package=Metrics&version=1.0.10 // Install Metrics as a Cake Tool #tool nuget:?package=Metrics&version=1.0.10
Capturing CLR and application-level metrics. So you know what's going on. An idiomatic port of Coda Hale's Metrics for Scala and the JVM.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Metrics:
Package | Downloads |
---|---|
HQ
This package contains the full-stack build for HQ.io. |
|
Metrics.Mvc
MVC support for the metrics library. |
|
GuaranteedRate.Metric.DatadogPlugin
Reporter to send Metrics.NET data to Datadog |
|
ActiveStreams
Fast and efficient file parsing and stream manipulation for data-oriented programming. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.0.5 | 9,567 | 4/15/2020 | |
2.0.4 | 619 | 3/31/2020 | |
2.0.3 | 1,183 | 3/31/2020 | |
2.0.2 | 7,631 | 2/25/2020 | |
2.0.1 | 690 | 2/25/2020 | |
2.0.0 | 971 | 2/24/2020 | |
1.0.13 | 286,208 | 12/27/2014 | |
1.0.12 | 12,844 | 11/4/2014 | |
1.0.11 | 3,385 | 11/4/2014 | |
1.0.10 | 34,449 | 8/18/2014 | |
1.0.9 | 6,249 | 8/18/2014 | |
1.0.8 | 28,997 | 2/7/2013 | |
1.0.7 | 2,794 | 1/28/2013 | |
1.0.6 | 34,423 | 9/28/2012 | |
1.0.5 | 3,474 | 10/24/2011 | |
1.0.4 | 3,078 | 10/20/2011 | |
1.0.3 | 3,020 | 10/20/2011 | |
1.0.2 | 3,360 | 9/20/2011 | |
1.0.1 | 3,249 | 6/10/2011 | |
1.0.0 | 10,999 | 4/29/2011 |
- Usage of DateTime.Now changed to DateTime.UtcNow for performance reasons
- ExponentiallyDecayingSample now correctly uses seconds to address infinity issues