Package org.apache.pekko.cluster.metrics
Class MetricsCollector$
java.lang.Object
org.apache.pekko.cluster.metrics.MetricsCollector$
INTERNAL API
Factory to create configured MetricsCollector.
Metrics collector instantiation priority order:
1) Provided custom collector
2) Internal SigarMetricsCollector
3) Internal JmxMetricsCollector
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MetricsCollector$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ActorSystem system) Try to create collector instance in the order of priority.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
MetricsCollector$
public MetricsCollector$()
-
-
Method Details
-
apply
Try to create collector instance in the order of priority.
-