Created
April 30, 2015 21:38
-
-
Save hjdesai2/9b63d4bc884e1ce4ac26 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: jmx.voldemort.cluster_name | |
attribute1: | |
metric_type: counter | |
alias: jmx.voldemort.total_number_Of_Nodes | |
- include: | |
domain: voldemort.cluster.failuredetector | |
attribute: | |
attribute0: | |
metric_type: gauge | |
alias: jmx.voldemort.available.node_count | |
init_config: | |
# Nothing to configure here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment