Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Open Source. Switch to the latest stable version.
Metrics Update Between 6.2 and 2025.1¶
ScyllaDB 2025.1 Dashboards are available as part of the latest Scylla Monitoring Stack.
New Metrics¶
The following metrics are new in ScyllaDB 2025.1 compared to 6.2:
Metric |
Description |
---|---|
scylla_alternator_rcu_total |
The total number of consumed read units, counted as half units. |
scylla_alternator_wcu_total |
The total number of consumed write units, counted as half units. |
scylla_rpc_compression_bytes_received |
The bytes read from RPC connections after decompression. |
scylla_rpc_compression_bytes_sent |
The bytes written to RPC connections before compression. |
scylla_rpc_compression_compressed_bytes_received |
The bytes read from RPC connections before decompression. |
scylla_rpc_compression_compressed_bytes_sent |
The bytes written to RPC connections after compression. |
scylla_rpc_compression_compression_cpu_nanos |
The nanoseconds spent on compression. |
scylla_rpc_compression_decompression_cpu_nanos |
The nanoseconds spent on decompression. |
scylla_rpc_compression_messages_received |
The RPC messages received. |
scylla_rpc_compression_messages_sent |
The RPC messages sent. |