Skip to content

Instantly share code, notes, and snippets.

@dcrosta
Created April 25, 2014 13:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcrosta/11289238 to your computer and use it in GitHub Desktop.
Save dcrosta/11289238 to your computer and use it in GitHub Desktop.
init_config:
instances:
- host: localhost
port: 10104
name: master
conf:
- include:
domain: hadoop
bean: hadoop:name=MasterStatistics,service=Master
attribute:
cluster_requests:
metric_type: gauge
alias: hbase.master.cluster_requests
splitSizeAvgTime:
metric_type: gauge
alias: hbase.master.split_size_avg_time
splitSizeMaxTime:
metric_type: gauge
alias: hbase.master.split_size_max_time
splitSizeMinTime:
metric_type: gauge
alias: hbase.master.split_size_min_time
splitSizeNumOps:
metric_type: gauge
alias: hbase.master.split_size_num_ops
splitTimeAvgTime:
metric_type: gauge
alias: hbase.master.split_time_avg_time
splitTimeMaxTime:
metric_type: gauge
alias: hbase.master.split_time_max_time
splitTimeMinTime:
metric_type: gauge
alias: hbase.master.split_time_min_time
splitTimeNumOps:
metric_type: gauge
alias: hbase.master.split_time_num_ops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment