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 with external.googleapis.com/bluemedora/generic_node/cassandra.

Stackdriver Metrics
/cache/hits
Hit count
CUMULATIVE, INT64, n/aKey cache hit count for the table.
cache: The name of the cache.
/client_request/latency/50p
GAUGE, DOUBLE, usLatency of standard read requests.
operation: The storage operation name.
/client_request/latency/95p
GAUGE, DOUBLE, usLatency of standard read requests.
operation: The storage operation name.
/client_request/latency/99p
GAUGE, DOUBLE, usLatency of standard read requests.
operation: The storage operation name.
/client_request/latency/max
GAUGE, DOUBLE, usLatency of standard read requests.
operation: The storage operation name.
/column_family/compression_ratio
GAUGE, DOUBLE, n/aCurrent compression ratio for all SSTables.
/column_family/max_row_size
GAUGE, DOUBLE, BySize of the largest compacted row.
/commitlog_total_size
GAUGE, DOUBLE, ByCurrent data size of all commit log segments.
/completed_tasks
CUMULATIVE, INT64, n/aNumber 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/aNumber 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/aTotal 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/aThe number of exceptions thrown by the storage operations.
/storage_service_load
GAUGE, DOUBLE, ByTotal disk space used for this node.