Skip to content

Releases: suhailpatel/seastat

v0.1.1

29 Oct 21:51
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

This release adds a few more metrics within table stats. Adding these metrics does make the exporter slightly slower but having these metrics allows for smooth operation and observability of a Cassandra cluster

The new table stat metrics are:

Name Description Type
seastat_table_live_disk_space_used_bytes Disk space used for live cells in bytes Gauge
seastat_table_total_disk_space_used_bytes Disk space used for all data in bytes Gauge
seastat_table_live_sstables Number of live SSTables Gauge
seastat_table_sstables_per_read Number of SSTables consulted per read query Summary
seastat_table_tombstones_scanned Number of tombstones scanned per read query Summary
seastat_table_live_cells_scanned Number of live cells scanned per read query Summary
seastat_table_speculative_retries_total Total amount of speculative retries Counter
seastat_table_speculative_failed_retries_total Total amount of speculative failed retries Counter

v0.1.0

28 Oct 17:39
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is the first proper release of Seastat 🎉

Give it a shot and try it out. It is fairly stable and I will continue to add metrics. I have marked it as pre-release as the code is fairly new and needs a bit of time to marinate 😄