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
@@ -810,6 +810,8 @@
810
810
<tr><td>STORAGE</td><td>storage.sstable.compression.snappy.count</td><td>Count of SSTables that have been compressed with the snappy compression algorithm.</td><td>SSTables</td><td>GAUGE</td><td>COUNT</td><td>AVG</td><td>NONE</td></tr>
811
811
<tr><td>STORAGE</td><td>storage.sstable.compression.unknown.count</td><td>Count of SSTables that have an unknown compression algorithm.</td><td>SSTables</td><td>GAUGE</td><td>COUNT</td><td>AVG</td><td>NONE</td></tr>
812
812
<tr><td>STORAGE</td><td>storage.sstable.compression.zstd.count</td><td>Count of SSTables that have been compressed with the zstd compression algorithm.</td><td>SSTables</td><td>GAUGE</td><td>COUNT</td><td>AVG</td><td>NONE</td></tr>
813
+
<tr><td>STORAGE</td><td>storage.sstable.remote.bytes</td><td>Bytes in SSTables that are stored off-disk (remotely) in object storage.</td><td>Bytes</td><td>GAUGE</td><td>BYTES</td><td>AVG</td><td>NONE</td></tr>
814
+
<tr><td>STORAGE</td><td>storage.sstable.remote.count</td><td>Count of SSTables that are stored off-disk (remotely) in object storage.</td><td>SSTables</td><td>GAUGE</td><td>COUNT</td><td>AVG</td><td>NONE</td></tr>
813
815
<tr><td>STORAGE</td><td>storage.sstable.zombie.bytes</td><td>Bytes in SSTables that have been logically deleted, but can't yet be physically deleted because an open iterator may be reading them.</td><td>Bytes</td><td>GAUGE</td><td>BYTES</td><td>AVG</td><td>NONE</td></tr>
814
816
<tr><td>STORAGE</td><td>storage.wal.bytes_in</td><td>The number of logical bytes the storage engine has written to the WAL</td><td>Events</td><td>COUNTER</td><td>COUNT</td><td>AVG</td><td>NON_NEGATIVE_DERIVATIVE</td></tr>
815
817
<tr><td>STORAGE</td><td>storage.wal.bytes_written</td><td>The number of bytes the storage engine has written to the WAL</td><td>Events</td><td>COUNTER</td><td>COUNT</td><td>AVG</td><td>NON_NEGATIVE_DERIVATIVE</td></tr>
0 commit comments