Orleans.TelemetryConsumers.MetricsTracker
0.9.3-alpha
See the version list below for details.
dotnet add package Orleans.TelemetryConsumers.MetricsTracker --version 0.9.3-alpha
NuGet\Install-Package Orleans.TelemetryConsumers.MetricsTracker -Version 0.9.3-alpha
<PackageReference Include="Orleans.TelemetryConsumers.MetricsTracker" Version="0.9.3-alpha" />
paket add Orleans.TelemetryConsumers.MetricsTracker --version 0.9.3-alpha
#r "nuget: Orleans.TelemetryConsumers.MetricsTracker, 0.9.3-alpha"
// Install Orleans.TelemetryConsumers.MetricsTracker as a Cake Addin #addin nuget:?package=Orleans.TelemetryConsumers.MetricsTracker&version=0.9.3-alpha&prerelease // Install Orleans.TelemetryConsumers.MetricsTracker as a Cake Tool #tool nuget:?package=Orleans.TelemetryConsumers.MetricsTracker&version=0.9.3-alpha&prerelease
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 | 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. |
-
- Microsoft.Orleans.OrleansCodeGenerator.Build (>= 1.3.0-beta1)
- Microsoft.Orleans.OrleansRuntime (>= 1.3.0-beta1)
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.ComponentModel (>= 4.0.1)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Globalization (>= 4.0.11)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Reflection (>= 4.1.0)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime.Extensions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
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,421 | 5/15/2017 |
0.9.22-beta | 754 | 5/15/2017 |
0.9.21-beta | 716 | 5/15/2017 |
0.9.20-beta | 741 | 5/9/2017 |
0.9.19-beta | 752 | 5/6/2017 |
0.9.18-beta | 751 | 5/6/2017 |
0.9.17-beta | 1,210 | 12/3/2016 |
0.9.16-beta | 762 | 12/2/2016 |
0.9.15-beta | 930 | 11/17/2016 |
0.9.14-beta | 884 | 11/16/2016 |
0.9.13-beta | 880 | 11/16/2016 |
0.9.12-beta | 908 | 11/4/2016 |
0.9.11-beta | 869 | 11/4/2016 |
0.9.10-beta | 904 | 11/4/2016 |
0.9.9-beta | 774 | 10/28/2016 |
0.9.8-beta | 912 | 10/27/2016 |
0.9.7-beta | 797 | 10/21/2016 |
0.9.6-alpha | 768 | 9/28/2016 |
0.9.4-alpha | 1,077 | 8/15/2016 |
0.9.3-alpha | 1,139 | 8/13/2016 |
Now that it's packaged via nuget and doesn't have the accompanying test project (or any documentation), I changed the default behavior of the metrics sampler to be ENABLED. See the GitHub site and the test project for examples on how to change the behavior of this metrics service.