Created
April 30, 2015 21:23
-
-
Save hjdesai2/2b8af365b840d8458d63 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
instances: | |
- host: localhost | |
java_options: -Xmx64m | |
port: 7201 | |
conf: | |
- include: | |
domain: java.lang | |
attribute: | |
attribute0: | |
metric_type: gauge | |
alias: jvm.heap_memory.used | |
attribute1: | |
metric_type: gauge | |
alias: jvm.heap_memory.max | |
attribute2: | |
metric_type: gauge | |
alias: jvm.non_heap_memory.used | |
attribute3: | |
metric_type: gauge | |
alias: jvm.non_heap_memory.max | |
- include: | |
domain: java.lang | |
attribute: | |
attribute0: | |
metric_type: gauge | |
alias: jvm.threading.peak | |
attribute1: | |
metric_type: gauge | |
alias: jvm.threading.count | |
- include: | |
domain: java.lang | |
attribute: | |
attribute0: | |
metric_type: gauge | |
alias: jvm.memorypool.permgen.max | |
attribute1: | |
metric_type: gauge | |
alias: jvm.memorypool.permgen.used | |
- include: | |
domain: java.lang | |
attribute: | |
attribute0: | |
metric_type: gauge | |
alias: jvm.memorypool.tenure.max | |
attribute1: | |
metric_type: gauge | |
alias: jvm.memorypool.tenure.used | |
- include: | |
domain: voldemort.cluster | |
attribute: | |
attribute0: | |
metric_type: gauge | |
alias: Voldemort.Cluster.Name | |
attribute1: | |
metric_type: counter | |
alias: Voldemort.Total.Nodes | |
- include: | |
domain: voldemort.cluster.failuredetector | |
attribute: | |
attribute0: | |
metric_type: gauge | |
alias: Voldemort.availableNodeCount | |
init_config: | |
# Nothing to configure here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment