File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -303,8 +303,9 @@ message NodeCapacity {
303
303
304
304
// NodeCPURateUsage is the node's actual CPU usage in ns/sec, measured by the
305
305
// 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.
308
309
optional int64 node_cpu_rate_usage = 3 [(gogoproto.nullable ) = false , (gogoproto.customname ) = "NodeCPURateUsage" ];
309
310
310
311
// NodeCPURateCapacity is the node's total CPU capacity in nanoseconds per
You can’t perform that action at this time.
0 commit comments