Last active
February 10, 2016 01:09
-
-
Save peterpalmieri/e82f8d6d53e5f9993c4a to your computer and use it in GitHub Desktop.
Datadog Cassandra config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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