Skip to content

Instantly share code, notes, and snippets.

@peterpalmieri
Last active February 10, 2016 01:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterpalmieri/e82f8d6d53e5f9993c4a to your computer and use it in GitHub Desktop.
Save peterpalmieri/e82f8d6d53e5f9993c4a to your computer and use it in GitHub Desktop.
Datadog Cassandra config
instances:
- host: localhost
port: 7199
cassandra_aliasing: true
init_config:
# List of metrics to be collected by the integration
# Read http://docs.datadoghq.com/integrations/java/ to learn how to customize it
conf:
- include:
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: Cache
name:
- Capacity
- Size
attribute:
- Value
- include:
domain: org.apache.cassandra.metrics
type: Cache
name:
- Hits
- Requests
attribute:
- Count
- include:
domain: org.apache.cassandra.metrics
type: ThreadPools
path: request
name:
- ActiveTasks
- CompletedTasks
- PendingTasks
- CurrentlyBlockedTasks
- include:
domain: org.apache.cassandra.db
attribute:
- UpdateInterval
- include:
domain: org.apache.cassandra.db
type: CompactionManager
attribute:
- PendingTasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment