Orleans.MetricsTracker 1.1.0

dotnet add package Orleans.MetricsTracker --version 1.1.0
NuGet\Install-Package Orleans.MetricsTracker -Version 1.1.0
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="Orleans.MetricsTracker" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Orleans.MetricsTracker --version 1.1.0
#r "nuget: Orleans.MetricsTracker, 1.1.0"
#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 Orleans.MetricsTracker as a Cake Addin
#addin nuget:?package=Orleans.MetricsTracker&version=1.1.0

// Install Orleans.MetricsTracker as a Cake Tool
#tool nuget:?package=Orleans.MetricsTracker&version=1.1.0

An extension for Orleans which intercepts all telemetry calls, calculates and tracks the metrics on each silo, and aggregates all of the silo metrics into a ClusterMetricsGrain. The metrics stored in this grain can be accessed from any grain or Orleans client by subscribing to individual silo or aggregated cluster metrics snapshots.

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 1,121 5/24/2017

Breaking change: the namespace Orleans.MetricsTracker has been renamed to the shorter Orleans.MetricsTracker. This will not change again for a long time (if ever).

     Version 1.x has been tested to work better with other Orleans plugins (such as OrleansDashboard) which also register silo interceptors,
     and is now using the proper synchronization context for calling into grains from telemetry consumers.

     Still, despite all the recent work to debug and stabilize this metrics tool, if you do find any bugs please report them to:
     https://github.com/OrleansContrib/Orleans.MetricsTracker/issues