You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generated/metrics/metrics.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -531,6 +531,8 @@
531
531
<tr><td>STORAGE</td><td>raft.transport.sends-dropped</td><td>Number of Raft message sends dropped by the Raft Transport</td><td>Messages</td><td>COUNTER</td><td>COUNT</td><td>AVG</td><td>NON_NEGATIVE_DERIVATIVE</td></tr>
532
532
<tr><td>STORAGE</td><td>raft.transport.sent</td><td>Number of Raft messages sent by the Raft Transport</td><td>Messages</td><td>COUNTER</td><td>COUNT</td><td>AVG</td><td>NON_NEGATIVE_DERIVATIVE</td></tr>
533
533
<tr><td>STORAGE</td><td>raftlog.behind</td><td>Number of Raft log entries followers on other stores are behind.<br/><br/>This gauge provides a view of the aggregate number of log entries the Raft leaders<br/>on this node think the followers are behind. Since a raft leader may not always<br/>have a good estimate for this information for all of its followers, and since<br/>followers are expected to be behind (when they are not required as part of a<br/>quorum) *and* the aggregate thus scales like the count of such followers, it is<br/>difficult to meaningfully interpret this metric.</td><td>Log Entries</td><td>GAUGE</td><td>COUNT</td><td>AVG</td><td>NONE</td></tr>
534
+
<tr><td>STORAGE</td><td>raftlog.size.max</td><td>Approximate size of the largest Raft log on the store.</td><td>Bytes</td><td>GAUGE</td><td>BYTES</td><td>AVG</td><td>NONE</td></tr>
535
+
<tr><td>STORAGE</td><td>raftlog.size.total</td><td>Approximate size of all Raft logs on the store.</td><td>Bytes</td><td>GAUGE</td><td>BYTES</td><td>AVG</td><td>NONE</td></tr>
534
536
<tr><td>STORAGE</td><td>raftlog.truncated</td><td>Number of Raft log entries truncated</td><td>Log Entries</td><td>COUNTER</td><td>COUNT</td><td>AVG</td><td>NON_NEGATIVE_DERIVATIVE</td></tr>
535
537
<tr><td>STORAGE</td><td>range.adds</td><td>Number of range additions</td><td>Range Ops</td><td>COUNTER</td><td>COUNT</td><td>AVG</td><td>NON_NEGATIVE_DERIVATIVE</td></tr>
536
538
<tr><td>STORAGE</td><td>range.merges</td><td>Number of range merges</td><td>Range Ops</td><td>COUNTER</td><td>COUNT</td><td>AVG</td><td>NON_NEGATIVE_DERIVATIVE</td></tr>
0 commit comments