Orleans.TelemetryConsumers.MetricsTracker
0.9.19-beta
This is a prerelease version of Orleans.TelemetryConsumers.MetricsTracker.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Orleans.TelemetryConsumers.MetricsTracker --version 0.9.19-beta
NuGet\Install-Package Orleans.TelemetryConsumers.MetricsTracker -Version 0.9.19-beta
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="0.9.19-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Orleans.TelemetryConsumers.MetricsTracker --version 0.9.19-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Orleans.TelemetryConsumers.MetricsTracker, 0.9.19-beta"
#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=0.9.19-beta&prerelease // Install Orleans.TelemetryConsumers.MetricsTracker as a Cake Tool #tool nuget:?package=Orleans.TelemetryConsumers.MetricsTracker&version=0.9.19-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- 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.0.0 | 1,368 | 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,158 | 12/3/2016 |
0.9.16-beta | 761 | 12/2/2016 |
0.9.15-beta | 927 | 11/17/2016 |
0.9.14-beta | 883 | 11/16/2016 |
0.9.13-beta | 879 | 11/16/2016 |
0.9.12-beta | 905 | 11/4/2016 |
0.9.11-beta | 867 | 11/4/2016 |
0.9.10-beta | 903 | 11/4/2016 |
0.9.9-beta | 772 | 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 |
Added Serializable attribute to MetricsSnapshot to fix serialization error in remote clients.