Orleans.TelemetryConsumers.MetricsTracker
0.9.12-beta
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.
See the version list below for details.
Install-Package Orleans.TelemetryConsumers.MetricsTracker -Version 0.9.12-beta
dotnet add package Orleans.TelemetryConsumers.MetricsTracker --version 0.9.12-beta
<PackageReference Include="Orleans.TelemetryConsumers.MetricsTracker" Version="0.9.12-beta" />
paket add Orleans.TelemetryConsumers.MetricsTracker --version 0.9.12-beta
Release Notes
added IClusterMetricsGrain.GetNextMetricsSnapshot and its implementation, which waits until all of its silo snapshots have been replaced with new values before returning the results (or until it times out);
added MetricsConfiguration.CreateUnitTestConfig;
updated SampleUnitTests to call GetNextMetricsSnapshot;
added MetricsSnapshot.id to fingerprint each snapshot and detect when they've been updated
Dependencies
-
- Microsoft.Orleans.OrleansCodeGenerator.Build (>= 1.3.0)
- Microsoft.Orleans.OrleansRuntime (>= 1.3.0)
- 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 (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 539 | 5/15/2017 |
0.9.22-beta | 351 | 5/15/2017 |
0.9.21-beta | 343 | 5/15/2017 |
0.9.20-beta | 361 | 5/9/2017 |
0.9.19-beta | 380 | 5/6/2017 |
0.9.18-beta | 364 | 5/6/2017 |
0.9.17-beta | 591 | 12/3/2016 |
0.9.16-beta | 374 | 12/2/2016 |
0.9.15-beta | 481 | 11/17/2016 |
0.9.14-beta | 447 | 11/16/2016 |
0.9.13-beta | 426 | 11/16/2016 |
0.9.12-beta | 413 | 11/4/2016 |
0.9.11-beta | 409 | 11/4/2016 |
0.9.10-beta | 373 | 11/4/2016 |
0.9.9-beta | 403 | 10/28/2016 |
0.9.8-beta | 467 | 10/27/2016 |
0.9.7-beta | 388 | 10/21/2016 |
0.9.6-alpha | 384 | 9/28/2016 |
0.9.4-alpha | 556 | 8/15/2016 |
0.9.3-alpha | 641 | 8/13/2016 |