Stackdriver Agent Migration
Several 3rd-party plugins were deprecated and BindPlane will now be the tool used to collect metrics from these technologies.
The metrics listed below are only those that were taken over from the deprecation. For a full list of metrics that BindPlane will send to Stackdriver, please click here.
Key | |
---|---|
Metric Type Display Name | |
Kind, Type, Unit | Description |
Labels | |
Additions |
Metric prefixes
If the BindPlane collector is installed on the Cassandra host system, all the following metrics listed below will be prefixed with
agent.googleapis.com/cassandra
. Otherwise, these metrics will be prefixed withexternal.googleapis.com/bluemedora/generic_node/cassandra
.
Stackdriver Metrics | |
---|---|
/cache/hits Hit count | |
CUMULATIVE, INT64, n/a | Key cache hit count for the table. |
cache: The name of the cache. | |
/client_request/latency/50p | |
GAUGE, DOUBLE, us | Latency of standard read requests. |
operation: The storage operation name. | |
/client_request/latency/95p | |
GAUGE, DOUBLE, us | Latency of standard read requests. |
operation: The storage operation name. | |
/client_request/latency/99p | |
GAUGE, DOUBLE, us | Latency of standard read requests. |
operation: The storage operation name. | |
/client_request/latency/max | |
GAUGE, DOUBLE, us | Latency of standard read requests. |
operation: The storage operation name. | |
/column_family/compression_ratio | |
GAUGE, DOUBLE, n/a | Current compression ratio for all SSTables. |
/column_family/max_row_size | |
GAUGE, DOUBLE, By | Size of the largest compacted row. |
/commitlog_total_size | |
GAUGE, DOUBLE, By | Current data size of all commit log segments. |
/completed_tasks | |
CUMULATIVE, INT64, n/a | Number of completed tasks in queue. |
stage_name: The name of the queue stage. (counter_mutation , mutation , read_repair , request_response ). | |
/current_tasks | |
GAUGE, DOUBLE, n/a | Number of tasks in queue with the given task status. |
stage_name: The name of the queue stage. | |
task_status: The status of the task (pending, active). | |
/dropped_message/dropped_count | |
CUMULATIVE, INT64, n/a | Total number of dropped messages for the mutation. |
operation: The storage operation name. | |
Additions | operation: in addition to read and mutation , the BindPlane integration collects and reports batch_remove , batch_store , counter_mutation , hint , range_splice , read_repair , request_response , and trace operations. |
/storage_service_exception_count | |
CUMULATIVE, INT64, n/a | The number of exceptions thrown by the storage operations. |
/storage_service_load | |
GAUGE, DOUBLE, By | Total disk space used for this node. |
Updated almost 5 years ago