Skip to content

Commit 991f81b

Browse files
committed
add CheckpointOverheadRatio to kvstore
Change-Id: I41d720e8cc23c17f7133add1c7b4d0e3c718c40b Reviewed-on: https://review.couchbase.org/c/perfrunner/+/170975 Tested-by: Build Bot <[email protected]> Reviewed-by: Sean Corrigan <[email protected]>
1 parent 9556266 commit 991f81b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cbagent/collectors/kvstore_stats.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ class KVStoreStats(Collector):
9999
"NReadIOsSetPerSec",
100100
"ActiveIndexBlocksSize",
101101
"NBlocksCached",
102-
"CheckpointOverheadPeriod"
102+
"CheckpointOverheadPeriod",
103+
"CheckpointOverheadRatio"
103104
)
104105
METRICS_AVERAGE_PER_NODE_PER_SHARD = (
105106
"ReadAmp",

0 commit comments

Comments
 (0)