Skip to content

Commit

Permalink
[cassandra] Add some more StorageProxy metrics
Browse files Browse the repository at this point in the history
This adds a few more node-wide metrics that complete the `StorageProxy` section of Cassandra's JMX metrics.
See here for more: http://wiki.apache.org/cassandra/JmxInterface#org.apache.cassandra.service.StorageProxy
  • Loading branch information
miketheman committed Mar 1, 2015
1 parent 92470f0 commit 828ccec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf.d/cassandra.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ init_config:
- MemtableSwitchCount
- MinRowSize
- PendingTasks
- RangeOperations
- ReadCount
- ReadOperations
- RecentHitRate
- RecentRangeLatencyMicros
- RecentReadLatencyMicros
Expand All @@ -49,10 +51,12 @@ init_config:
- RowCacheRecentHitRate
- Size
- TotalDiskSpaceUsed
- TotalRangeLatencyMicros
- TotalReadLatencyMicros
- TotalWriteLatencyMicros
- UpdateInterval
- WriteCount
- WriteOperations
exclude:
keyspace: system
- include:
Expand Down

0 comments on commit 828ccec

Please sign in to comment.