Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Open Source. Switch to the latest stable version.
ScyllaDB 6.1 Dashboards are available as part of the latest Scylla Monitoring Stack.
The following metrics are new in ScyllaDB 6.1:
Metric |
Description |
---|---|
scylla_database_total_view_updates_on_wrong_node |
The total number of view updates which are computed on the wrong node. |
scylla_raft_apply_index |
The applied index. |
scylla_raft_commit_index |
The commit index. |
scylla_raft_log_last_term |
The term of the last log entry. |
scylla_raft_log_last_index |
The index of the last log entry. |
scylla_raft_snapshot_last_index |
The index of the snapshot. |
scylla_raft_snapshot_last_term |
The term of the snapshot. |
scylla_raft_state |
The current state: 0 - follower, 1 - candidate, 2 - leader |
scylla_storage_proxy_replica_received_hints_bytes_total |
The total size of hints and MV hints received by this node. |
scylla_storage_proxy_replica_received_hints_total |
The number of hints and MV hints received by this node. |
scylla_storage_proxy_stats::REPLICA_STATS_CATEGORY_view_update_backlog |
Tracks the size of |
Was this page helpful?