Currently, for the Full Table/Index Scans (metrics -> sql) and 'Read Amplification` (metrics -> storage) graphs in db-console, we query and show the total count for both metrics.
The graph should instead show the rate of change for each metric. To get the correct data, we should provide the nonNegativeRate prop in the respective Metrics components that issue the metrics request.
Currently, for the
Full Table/Index Scans
(metrics -> sql) and 'Read Amplification` (metrics -> storage) graphs in db-console, we query and show the total count for both metrics.The graph should instead show the rate of change for each metric. To get the correct data, we should provide the
nonNegativeRate
prop in the respectiveMetrics
components that issue the metrics request.Jira issue: CRDB-13767