Metrics 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package Metrics --version 1.0.11
NuGet\Install-Package Metrics -Version 1.0.11
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="Metrics" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Metrics --version 1.0.11
#r "nuget: Metrics, 1.0.11"
#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.
// Install Metrics as a Cake Addin
#addin nuget:?package=Metrics&version=1.0.11

// Install Metrics as a Cake Tool
#tool nuget:?package=Metrics&version=1.0.11

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 8,562 4/15/2020
2.0.4 564 3/31/2020
2.0.3 1,098 3/31/2020
2.0.2 7,239 2/25/2020
2.0.1 634 2/25/2020
2.0.0 860 2/24/2020
1.0.13 137,880 12/27/2014
1.0.12 12,493 11/4/2014
1.0.11 3,261 11/4/2014
1.0.10 32,552 8/18/2014
1.0.9 6,119 8/18/2014
1.0.8 23,999 2/7/2013
1.0.7 2,658 1/28/2013
1.0.6 3,802 9/28/2012
1.0.5 3,333 10/24/2011
1.0.4 2,939 10/20/2011
1.0.3 2,882 10/20/2011
1.0.2 3,204 9/20/2011
1.0.1 3,104 6/10/2011
1.0.0 9,613 4/29/2011

- Usage of DateTime.Now changed to DateTime.UtcNow for performance reasons
     - ExponentiallyDecayingSample now correctly uses seconds to address infinity issues