Skip to content

Instantly share code, notes, and snippets.

@kyl191
Last active March 11, 2016 19:37
Show Gist options
  • Save kyl191/f15111dede7981b824ac to your computer and use it in GitHub Desktop.
Save kyl191/f15111dede7981b824ac to your computer and use it in GitHub Desktop.
- - include:
- domain: org.apache.cassandra.metrics
- type: ClientRequest
- attribute:
- Count:
- #metric_type: counter
- metric_type: gauge
- alias: cassandra.metrics.client_request.count
- 50thPercentile:
- metric_type: gauge
- alias: cassandra.metrics.client_request.50th_percentile
- 99thPercentile:
- metric_type: gauge
- alias: cassandra.metrics.client_request.99th_percentile
- exclude:
- scope: RangeSlice
- - include:
- domain: org.apache.cassandra.metrics
- type: ColumnFamily
- name: ReadLatency
- attribute:
- OneMinuteRate:
- metric_type: gauge
- alias: cassandra.metrics.read_latency.one_minute_rate
- 50thPercentile:
- metric_type: gauge
- alias: cassandra.metrics.read_latency.50th_percentile
- 99thPercentile:
- metric_type: gauge
- alias: cassandra.metrics.read_latency.99th_percentile
+ - include:
+ domain: org.apache.cassandra.metrics
+ type: ClientRequest
+ scope:
+ - Read
+ - Write
+ name:
+ - Latency
+ - TotalLatency
+ exclude:
+ keyspace:
+ - OpsCenter
+ - system
+ - system_auth
+ - system_distributed
+ - system_traces
+ attribute:
+ - DurationUnit
+ - RateUnit
+ - Min
+ - Max
+ - include:
+ domain: org.apache.cassandra.metrics
+ type: ColumnFamily
+ name:
+ - CoordinatorReadLatency
+ - LiveDiskSpaceUsed
+ - LiveSSTableCount
+ - MaxRowSize
+ - MeanRowSize
+ - MemtableSwitchCount
+ - PendingCompactions
+ - PendingFlushes
+ - ReadLatency
+ - ReadTotalLatency
+ - TotalDiskSpaceUsed
+ - WriteLatency
+ - WriteTotalLatency
+ exclude:
+ keyspace:
+ - OpsCenter
+ - system
+ - system_auth
+ - system_distributed
+ - system_traces
+ attribute:
+ - DurationUnit
+ - RateUnit
+ - Min
+ - Max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment