Skip to content

Instantly share code, notes, and snippets.

@helena
Created November 3, 2012 21:11
Show Gist options
  • Save helena/4008825 to your computer and use it in GitHub Desktop.
Save helena/4008825 to your computer and use it in GitHub Desktop.
For pending lbr metric post
# 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