Orleans.MetricsTracker
1.1.0
dotnet add package Orleans.MetricsTracker --version 1.1.0
NuGet\Install-Package Orleans.MetricsTracker -Version 1.1.0
<PackageReference Include="Orleans.MetricsTracker" Version="1.1.0" />
paket add Orleans.MetricsTracker --version 1.1.0
#r "nuget: Orleans.MetricsTracker, 1.1.0"
// 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 | 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.NETCore.Platforms (>= 1.1.0)
- Microsoft.Orleans.OrleansCodeGenerator.Build (>= 1.4.1)
- Microsoft.Orleans.OrleansRuntime (>= 1.4.1)
- Microsoft.Win32.Primitives (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- System.AppContext (>= 4.3.0)
- System.Collections (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.ComponentModel (>= 4.3.0)
- System.Console (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Diagnostics.Tools (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Globalization.Calendars (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.IO.Compression (>= 4.3.0)
- System.IO.Compression.ZipFile (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.Net.Http (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Net.Sockets (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Runtime.Numerics (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.Xml.ReaderWriter (>= 4.3.0)
- System.Xml.XDocument (>= 4.3.0)
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,160 | 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