Package akka.cluster.metrics
Class MetricsCollector$
- java.lang.Object
-
- akka.cluster.metrics.MetricsCollector$
-
public class MetricsCollector$ extends java.lang.Object
INTERNAL APIFactory to create configured
MetricsCollector
.Metrics collector instantiation priority order: 1) Provided custom collector 2) Internal
SigarMetricsCollector
3) InternalJmxMetricsCollector
-
-
Field Summary
Fields Modifier and Type Field Description static MetricsCollector$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description MetricsCollector$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricsCollector
apply(ActorSystem system)
Try to create collector instance in the order of priority.
-
-
-
Field Detail
-
MODULE$
public static final MetricsCollector$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public MetricsCollector apply(ActorSystem system)
Try to create collector instance in the order of priority.
-
-