public abstract class AbstractPerformanceCounterModule extends java.lang.Object implements TelemetryModule
Modifier and Type | Field and Description |
---|---|
protected PerformanceCountersFactory |
factory |
Modifier | Constructor and Description |
---|---|
protected |
AbstractPerformanceCounterModule(PerformanceCountersFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
initialize(TelemetryConfiguration configuration)
The main method will use the factory to fetch the performance counters and register them for work.
|
protected final PerformanceCountersFactory factory
protected AbstractPerformanceCounterModule(PerformanceCountersFactory factory)
public void initialize(TelemetryConfiguration configuration)
initialize
in interface TelemetryModule
configuration
- The configuration to used to initialize the module.