Skip to content

Commit

Permalink
Merge #64160
Browse files Browse the repository at this point in the history
64160: ui: changing chart name to be compatible with other charts r=maryliag a=maryliag

We use `SQL Statements` for the same chart under SQL Metrics, so
the title on Overview was changed to be compatible.

Release note (ui change): Overview metrics chart renamed from
`SQL Queries` to `SQL Statements` to be compatible with the same
chart on SQL metrics.

Co-authored-by: Marylia Gutierrez <marylia@cockroachlabs.com>
  • Loading branch information
craig[bot] and maryliag committed Apr 26, 2021
2 parents 0a0155a + f8ed68d commit 3fcf931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function (props: GraphDashboardProps) {

return [
<LineGraph
title="SQL Queries"
title="SQL Statements"
sources={nodeSources}
tooltip={`A ten-second moving average of the # of SELECT, INSERT, UPDATE, and DELETE statements
successfully executed per second ${tooltipSelection}.`}
Expand Down

0 comments on commit 3fcf931

Please sign in to comment.