Skip to content

Commit

Permalink
Merge pull request #1393 from DataDog/miketheman/cass_storage_proxy
Browse files Browse the repository at this point in the history
[cassandra] Add some more StorageProxy metrics
  • Loading branch information
Remi Hakim committed Mar 2, 2015
2 parents f7636a5 + 828ccec commit 3729b72
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 3729b72

Please sign in to comment.