Orleans.TelemetryConsumers.MetricsTracker 1.0.0

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

// Install Orleans.TelemetryConsumers.MetricsTracker as a Cake Tool
#tool nuget:?package=Orleans.TelemetryConsumers.MetricsTracker&version=1.0.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.

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.0.0 1,418 5/15/2017
0.9.22-beta 753 5/15/2017
0.9.21-beta 715 5/15/2017
0.9.20-beta 740 5/9/2017
0.9.19-beta 751 5/6/2017
0.9.18-beta 750 5/6/2017
0.9.17-beta 1,207 12/3/2016
0.9.16-beta 761 12/2/2016
0.9.15-beta 929 11/17/2016
0.9.14-beta 883 11/16/2016
0.9.13-beta 879 11/16/2016
0.9.12-beta 907 11/4/2016
0.9.11-beta 867 11/4/2016
0.9.10-beta 903 11/4/2016
0.9.9-beta 773 10/28/2016
0.9.8-beta 910 10/27/2016
0.9.7-beta 796 10/21/2016
0.9.6-alpha 767 9/28/2016
0.9.4-alpha 1,076 8/15/2016
0.9.3-alpha 1,138 8/13/2016

Welcome to version 1.0.0 - the first non-beta version Orleans.MetricsTracker! This used to be called,
     and previous versions can be found at the NuGet.org page for, Orleans.TelemetryConsumers.MetricsTracker:
     Orleans.TelemetryConsumers.MetricsTracker

     This version 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.TelemetryConsumers.MetricsTracker/issues