Edit

Share via


OrleansPerformanceCounterInstaller Class

Definition

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.

Applies to