Created
November 3, 2012 21:11
-
-
Save helena/4008825 to your computer and use it in GitHub Desktop.
For pending lbr metric post
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Here are some of the more interesting configurable cluster properties | |
# that enable you to maintain health of your system | |
# Note: The provider to use | |
akka.actor.provider = akka.cluster.ClusterActorRefProvider | |
akka.cluster { | |
# how often metrics will be sampled on each node | |
metrics.metrics-interval = 3s | |
# How often nodes publish their health (CPU, Memory, Network Latency) | |
# and how fresh the data that the load balancing routers have to | |
# assess and take preventative action | |
metrics.gossip-interval = 3s | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment