Skip to content

Commit

Permalink
Add seastat_table_compression_ratio to README
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailpatel committed Sep 29, 2020
1 parent acc08a4 commit 7a3aa61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ These metrics have a labels of `keyspace` and `table` applied to them
| `seastat_table_key_cache_hit_percent` | Percent of key cache hits | Gauge
| `seastat_table_repaired_percent` | Percent of table repaired | Gauge
| `seastat_table_speculative_retries_total` | Total amount of speculative retries | Counter
| `seastat_table_speculative_failed_retries_total` | Total amount of speculative failed retries | Counter
| `seastat_table_speculative_failed_retries_total` | Total amount of speculative failed retries | Counter |
| `seastat_table_compression_ratio` | Compression ratio for the table (a ratio of compressed size over uncompressed size) | Gauge |

## CQL Metrics

Expand Down

0 comments on commit 7a3aa61

Please sign in to comment.