v0.2.1
Pre-release
Pre-release
v0.2.0 (and v0.2.1) are now out π
This release introduces Storage Metrics. These metrics come from Cassandra's storage service which keeps track of the cluster state from the perspective of each node
Name | Description | Type |
---|---|---|
seastat_storage_keyspaces |
Number of keyspaces reported by Cassandra | Gauge |
seastat_storage_tokens |
Number of tokens reported by Cassandra | Gauge |
seastat_storage_node_status |
Status (live , unreachable , joining , moving , leaving ) of each node in the cluster (tagged by node and status) |
Gauge |
v0.2.1 specifically Fixes a bug in seastat_storage_node_status
where the value would not be 1.0 but rather the number of keyspaces you have in your cluster