Skip to content

Commit ef2fc85

Browse files
tbgwenyihu6
authored andcommitted
roachpb: improve a comment
1 parent 325cd51 commit ef2fc85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/roachpb/metadata.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,9 @@ message NodeCapacity {
303303

304304
// NodeCPURateUsage is the node's actual CPU usage in ns/sec, measured by the
305305
// runtime load monitor tracking user+system CPU time. This is typically
306-
// higher than StoresCPURate gaps in the fine-grained instrumentation used to
307-
// compute StoresCPURate.
306+
// higher than StoresCPURate due gaps in the fine-grained instrumentation used to
307+
// compute StoresCPURate, and due to the fact that there are uses of CPU not
308+
// occurring in the context of a Store.
308309
optional int64 node_cpu_rate_usage = 3 [(gogoproto.nullable) = false, (gogoproto.customname) = "NodeCPURateUsage"];
309310

310311
// NodeCPURateCapacity is the node's total CPU capacity in nanoseconds per

0 commit comments

Comments
 (0)