Skip to content

Commit

Permalink
[cassandra] Add YAML for Cassandra version > 2.2
Browse files Browse the repository at this point in the history
[[email protected]] Rebased to comply with contribution guidelines.
  • Loading branch information
johnaxel authored and yannmh committed Dec 10, 2015
1 parent ce89838 commit 2df7566
Showing 1 changed file with 59 additions and 32 deletions.
91 changes: 59 additions & 32 deletions conf.d/cassandra.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,54 +21,81 @@ init_config:
# Read http://docs.datadoghq.com/integrations/java/ to learn how to customize it
conf:
- include:
domain: org.apache.cassandra.db
domain: org.apache.cassandra.metrics
type: ClientRequest
scope:
- Read
- Write
name:
- Latency
- Timeouts
- Unavailables
attribute:
- Count
- OneMinuteRate
- include:
domain: org.apache.cassandra.metrics
type: ClientRequest
scope:
- Read
- Write
name:
- TotalLatency
- include:
domain: org.apache.cassandra.metrics
type: Storage
name:
- Load
- Exceptions
- include:
domain: org.apache.cassandra.metrics
type: ColumnFamily
name:
- TotalDiskSpaceUsed
- BloomFilterDiskSpaceUsed
- BloomFilterFalsePositives
- BloomFilterFalseRatio
- Capacity
- CompletedTasks
- CompressionRatio
- ExceptionCount
- Hits
- KeyCacheRecentHitRate
- LiveDiskSpaceUsed
- LiveSSTableCount
- Load
- MaxRowSize
- MeanRowSize
- MemtableColumnsCount
- MemtableDataSize
- MemtableLiveDataSize
- MemtableSwitchCount
- MinRowSize
- PendingTasks
- RangeOperations
- ReadCount
- ReadOperations
- RecentHitRate
- RecentRangeLatencyMicros
- RecentReadLatencyMicros
- RecentWriteLatencyMicros
- Requests
- RowCacheRecentHitRate
- Size
- TotalDiskSpaceUsed
- TotalRangeLatencyMicros
- TotalReadLatencyMicros
- TotalWriteLatencyMicros
- UpdateInterval
- WriteCount
- WriteOperations
exclude:
keyspace: system
keyspace:
- system
- system_auth
- system_distributed
- system_traces
- include:
domain: org.apache.cassandra.metrics
type: Cache
name:
- Capacity
- Size
attribute:
- Value
- include:
domain: org.apache.cassandra.internal
domain: org.apache.cassandra.metrics
type: Cache
name:
- Hits
- Requests
attribute:
- ActiveCount
- Count
- include:
domain: org.apache.cassandra.metrics
type: ThreadPools
path: request
name:
- ActiveTasks
- CompletedTasks
- PendingTasks
- CurrentlyBlockedTasks
- TotalBlockedTasks
- include:
domain: org.apache.cassandra.net
domain: org.apache.cassandra.db
attribute:
- TotalTimeouts
- UpdateInterval

0 comments on commit 2df7566

Please sign in to comment.