Storage Load | mcac_storage_load_total | Size, in bytes, of the on disk data size this node manages. | Byte |
Storage Exceptions | mcac_storage_exceptions_total.count | Number of internal exceptions caught. Under normal exceptions this should be zero. | Count |
Commit Log Pending Tasks | mcac_commit_log_pending_tasks | Number of commit log messages written but yet to be fsync’d. | Count |
Commit Log Completed Tasks Total | mcac_commit_log_total_commit_log_size.count | Total number of commit log messages written since [re]start. | Count |
Buffer Pool Size | mcac_buffer_pool_size | Size, in bytes, of the managed buffer pool | Byte |
Buffer Pool Misses Total | mcac_buffer_pool_misses_total.count | The number of misses in the pool. The higher this is the more allocations incurred. | Count |
Client Connected Native Clients | mcac_client_connected_native_clients | Number of clients connected to this nodes native protocol server. | Count |
Client Auth Failure Total | mcac_client_auth_failure_total.count | Number of clients who experience authentication failures. | Count |
Client Auth Success Total | mcac_client_auth_success_total.count | Number of clients who successfully authenticate. | Count |
Storage Total Hints Total | mcac_storage_total_hints_total.count | Number of hint messages written to this node since [re]start. Includes one entry for each host to be hinted per hint. | Count |
CQL Prepared Statements Executed Total | mcac_cql_prepared_statements_executed_total.count | Number of prepared statements executed. | Count |
CQL Regular Statements Executed Total | mcac_cql_regular_statements_executed_total.count | Number of non prepared statements executed. | Count |
Dropped Messages Total | mcac_dropped_message_dropped_total.count | Number of dropped messages. | Count |
JVM GC Count | mcac_jvm_gc_count.count | Total number of collections that have occurred | Count |
JVM GC Time | mcac_jvm_gc_time.count | Approximate accumulated collection elapsed time in milliseconds. | MilliSecond |
JVM Memory Used | mcac_jvm_memory_used | Amount of used memory in bytes | Byte |
- | mcac_jvm_memory_usage_raw | Ratio of used to maximum memory | Count |
Thread Pools Active Tasks | mcac_thread_pools_active_tasks | Number of tasks being actively worked on by this pool. | Count |
Thread Pools Total Blocked Tasks Total | mcac_thread_pools_total_blocked_tasks_total.count | Number of tasks that were blocked due to queue saturation. | Count |
Thread Pools Completed Tasks | mcac_thread_pools_completed_tasks | Number of tasks completed. | Count |
Client Request Latency Total | mcac_client_request_latency_total.count | Latency of Client Requests. | MilliSecond |
Client Request Failures Total | mcac_client_request_failures_total.count | Number of transaction failures encountered. | Count |
Client Request Unavailables Total | mcac_client_request_unavailables_total.count | Number of unavailable exceptions encountered. | MilliSecond |
- | mcac_cache_hit_rate_raw | - | Count |
Cache Capacity | mcac_cache_capacity | Cache capacity in bytes. | Count |
Cache Misses Total | mcac_cache_misses_total.count | Total number of cache misses. | Count |
Cache Size | mcac_cache_size | Total size of occupied cache, in bytes. | Byte |