Interface IMetricRecorderProvider
API for any Phobos metrics plugins that could be loaded via HOCON configuration.
Namespace:Phobos.Monitoring.Actor
Assembly:Phobos.Monitoring.Actor.dll
Syntax
public interface IMetricRecorderProvider
Properties
Recorder
The IMetricRecorder implementation.
Declaration
IMetricRecorder Recorder { get; }
Property Value
Type | Description |
---|---|
IMetricRecorder |