Created
March 10, 2016 18:02
-
-
Save johnaxel/26e103b4ead8a1d7b1fa to your computer and use it in GitHub Desktop.
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: 7100 | |
cassandra_aliasing: true | |
# user: username | |
# password: password | |
# process_name_regex: .*process_name.* # Instead of specifying a host, and port. The agent can connect using the attach api. | |
# # This requires the JDK to be installed and the path to tools.jar to be set below. | |
# tools_jar_path: /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar # To be set when process_name_regex is set | |
# name: cassandra_instance | |
# # java_bin_path: /path/to/java # Optional, should be set if the agent cannot find your java executable | |
# # java_options: "-Xmx200m -Xms50m" # Optional, Java JVM options | |
# # trust_store_path: /path/to/trustStore.jks # Optional, should be set if ssl is enabled | |
# # trust_store_password: password | |
# tags: | |
# env: stage | |
# newTag: test | |
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.db | |
attribute: | |
- BloomFilterDiskSpaceUsed | |
- BloomFilterFalsePositives | |
- BloomFilterFalseRatio | |
- Capacity | |
- CompletedTasks | |
- CompressionRatio | |
- ExceptionCount | |
- Hits | |
- KeyCacheRecentHitRate | |
- LiveDiskSpaceUsed | |
- LiveSSTableCount | |
- Load | |
- MaxRowSize | |
- MeanRowSize | |
- MemtableColumnsCount | |
- MemtableDataSize | |
- MemtableSwitchCount | |
- MinRowSize | |
- PendingTasks | |
- RangeOperations | |
- ReadCount | |
- ReadOperations | |
- RecentHitRate | |
- RecentRangeLatencyMicros | |
- RecentReadLatencyMicros | |
- RecentWriteLatencyMicros | |
- Requests | |
- RowCacheRecentHitRate | |
- Size | |
- TotalDiskSpaceUsed | |
- TotalRangeLatencyMicros | |
- TotalReadLatencyMicros | |
- TotalWriteLatencyMicros | |
- UpdateInterval | |
- WriteCount | |
- WriteOperations | |
exclude: | |
keyspace: system | |
- include: | |
domain: org.apache.cassandra.internal | |
attribute: | |
- ActiveCount | |
- CompletedTasks | |
- CurrentlyBlockedTasks | |
- TotalBlockedTasks | |
- include: | |
domain: org.apache.cassandra.net | |
attribute: | |
- TotalTimeouts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment