Make akka.cluster.MetricsCollector public, see #3452
This commit is contained in:
parent
981bce5dd0
commit
8c2859ad03
2 changed files with 8 additions and 6 deletions
|
|
@ -154,7 +154,7 @@ akka {
|
|||
enabled = on
|
||||
|
||||
# FQCN of the metrics collector implementation.
|
||||
# It must implement akka.cluster.cluster.MetricsCollector and
|
||||
# It must implement akka.cluster.MetricsCollector and
|
||||
# have public constructor with akka.actor.ActorSystem parameter.
|
||||
# The default SigarMetricsCollector uses JMX and Hyperic SIGAR, if SIGAR
|
||||
# is on the classpath, otherwise only JMX.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue