From e8ce3b98aa4839b24bf05b6a51227cc85c931cb5 Mon Sep 17 00:00:00 2001 From: andf-crl <101147019+andf-crl@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:27:11 -0400 Subject: [PATCH] DOC-5772 storage level metrics (#16584) --- _includes/v22.2/metric-names.md | 14 ++++++++++++++ _includes/v23.1/metric-names.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/_includes/v22.2/metric-names.md b/_includes/v22.2/metric-names.md index 160dc8ab283..cac982ccc23 100644 --- a/_includes/v22.2/metric-names.md +++ b/_includes/v22.2/metric-names.md @@ -256,6 +256,20 @@ Name | Description `sql.txn.contended.count` | Number of SQL transactions that experienced contention `sql.txn.rollback.count` | Number of SQL transaction ROLLBACK statements `sql.update.count` | Number of SQL UPDATE statements +`storage.l0-level-score` | Compaction score of level 0 +`storage.l1-level-score` | Compaction score of level 1 +`storage.l2-level-score` | Compaction score of level 2 +`storage.l3-level-score` | Compaction score of level 3 +`storage.l4-level-score` | Compaction score of level 4 +`storage.l5-level-score` | Compaction score of level 5 +`storage.l6-level-score` | Compaction score of level 6 +`storage.l0-level-size` | Size of the SSTables in level 0 +`storage.l1-level-size` | Size of the SSTables in level 1 +`storage.l2-level-size` | Size of the SSTables in level 2 +`storage.l3-level-size` | Size of the SSTables in level 3 +`storage.l4-level-size` | Size of the SSTables in level 4 +`storage.l5-level-size` | Size of the SSTables in level 5 +`storage.l6-level-size` | Size of the SSTables in level 6 `storage.keys.range-key-set.count` | Approximate count of RangeKeySet internal keys across the storage engine. `storage.marked-for-compaction-files` | Count of SSTables marked for compaction `sys.cgo.allocbytes` | Current bytes of memory allocated by cgo diff --git a/_includes/v23.1/metric-names.md b/_includes/v23.1/metric-names.md index a5ba8e3eea4..23e9d8c2893 100644 --- a/_includes/v23.1/metric-names.md +++ b/_includes/v23.1/metric-names.md @@ -259,6 +259,20 @@ Name | Description `sql.txn.contended.count` | Number of SQL transactions that experienced contention `sql.txn.rollback.count` | Number of SQL transaction ROLLBACK statements `sql.update.count` | Number of SQL UPDATE statements +`storage.l0-level-score` | Compaction score of level 0 +`storage.l1-level-score` | Compaction score of level 1 +`storage.l2-level-score` | Compaction score of level 2 +`storage.l3-level-score` | Compaction score of level 3 +`storage.l4-level-score` | Compaction score of level 4 +`storage.l5-level-score` | Compaction score of level 5 +`storage.l6-level-score` | Compaction score of level 6 +`storage.l0-level-size` | Size of the SSTables in level 0 +`storage.l1-level-size` | Size of the SSTables in level 1 +`storage.l2-level-size` | Size of the SSTables in level 2 +`storage.l3-level-size` | Size of the SSTables in level 3 +`storage.l4-level-size` | Size of the SSTables in level 4 +`storage.l5-level-size` | Size of the SSTables in level 5 +`storage.l6-level-size` | Size of the SSTables in level 6 `storage.keys.range-key-set.count` | Approximate count of RangeKeySet internal keys across the storage engine. `storage.marked-for-compaction-files` | Count of SSTables marked for compaction `sys.cgo.allocbytes` | Current bytes of memory allocated by cgo