Make akka.cluster.MetricsCollector public, see #3452

This commit is contained in:
Patrik Nordwall 2013-06-18 15:07:26 +02:00
parent 981bce5dd0
commit 8c2859ad03
2 changed files with 8 additions and 6 deletions

View file

@ -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.