@@ -247,20 +247,26 @@ These metrics are specific to the stream protocol.
247247
248248### Raft
249249
250- | Metric | Description |
251- | --- | --- |
252- | rabbitmq_raft_commit_latency_seconds | Time taken for an entry to be committed |
253- | rabbitmq_raft_log_commit_index | Raft log commit index |
254- | rabbitmq_raft_log_last_applied_index | Raft log last applied index |
255- | rabbitmq_raft_log_last_written_index | Raft log last written index |
256- | rabbitmq_raft_log_snapshot_index | Raft log snapshot index |
257- | rabbitmq_raft_term | Current Raft term number |
250+ | Metric | Description |
251+ | --- | --- |
252+ | rabbitmq_raft_commit_latency_seconds | Approximate time taken from an entry being written to the log until it is committed |
253+ | rabbitmq_raft_commit_index | Current commit index |
254+ | rabbitmq_raft_last_applied | Last applied index. Can go backwards if a ra server is restarted |
255+ | rabbitmq_raft_last_written_index | Last fully written and fsynced index of the log |
256+ | rabbitmq_raft_snapshot_index | Current snapshot index |
257+ | rabbitmq_raft_term | Current term |
258+ | rabbitmq_raft_num_segments | Number of non-empty segments files |
259+ | rabbitmq_raft_wal_files | Number of write-ahead log files created |
260+ | rabbitmq_raft_segments | Number of segments written |
261+ | rabbitmq_raft_mem_tables | Number of in-memory tables handled |
262+ | rabbitmq_raft_entries | Number of entries written |
263+ | rabbitmq_raft_bytes_written | Number of bytes written |
258264
259265### Federation
260266
261267| Metric | Description |
262268| --- | --- |
263- | rabbitmq_federation_links | Federations Links count grouped by Link status |
269+ | rabbitmq_federation_links | Federations Links count grouped by Link status |
264270
265271## Telemetry
266272
0 commit comments