Interface IMetricsCollector
Metrics sampler.
Implementations of cluster system metrics collectors extend this interface.
Inherited Members
Namespace: Akka.Cluster.Metrics
Assembly: Akka.Cluster.Metrics.dll
Syntax
public interface IMetricsCollector : IDisposable
Methods
| Improve this Doc View SourceSample()
Samples and collects new data points. This method is invoked periodically and should return current metrics for this node.
Declaration
NodeMetrics Sample()
Returns
Type | Description |
---|---|
NodeMetrics |