Skip to content

Commit

Permalink
Merge pull request #99344 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…23.1-99290
  • Loading branch information
koorosh authored Mar 25, 2023
2 parents f351747 + cebb83f commit b995ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@ func (s *systemStatusServer) rangesHelper(
RequestsPerSecond: loadStats.RequestsPerSecond,
WritesPerSecond: loadStats.WriteKeysPerSecond,
ReadsPerSecond: loadStats.ReadKeysPerSecond,
WriteBytesPerSecond: loadStats.WriteKeysPerSecond,
WriteBytesPerSecond: loadStats.WriteBytesPerSecond,
ReadBytesPerSecond: loadStats.ReadBytesPerSecond,
CPUTimePerSecond: loadStats.RaftCPUNanosPerSecond + loadStats.RequestCPUNanosPerSecond,
},
Expand Down

0 comments on commit b995ddf

Please sign in to comment.