Akka.Cluster.ClusterMetricsCollector.Collect C# (CSharp) Method

Collect() private method

Samples the latest metrics for the node, updates metrics statistics in MetricsGossip, and publishes the changes to the event bus.
private Collect ( ) : void
return void
        private void Collect()
        {
            LatestGossip = LatestGossip + Collector.Sample();
            Publish();
        }