OrleansPerformanceCounterInstaller Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Providers installer hooks for registering Orleans custom performance counters.
public class OrleansPerformanceCounterInstaller : System.Configuration.Install.Installer
type OrleansPerformanceCounterInstaller = class
inherit Installer
Public Class OrleansPerformanceCounterInstaller
Inherits Installer
- Inheritance
-
OrleansPerformanceCounterInstaller
Constructors
OrleansPerformanceCounterInstaller() |
Constructors -- Registers Orleans system performance counters, plus any grain-specific activation counters that can be detected when this installer is run. |
Methods
Install(IDictionary) |
Installs predefined performance counters logged by this telemetry consumer. |
Uninstall(IDictionary) |
Removes performance counters installed by this telemetry consumers. |