Skip to content

Commit

Permalink
Merge pull request #110497 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-110391

release-23.1: ui: use MAX downsampler for sql connection rate
  • Loading branch information
dhartunian committed Sep 13, 2023
2 parents ab4bc33 + 0607f16 commit 464ddd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function (props: GraphDashboardProps) {
name="cr.node.sql.new_conns"
title={nodeDisplayName(nodeDisplayNameByID, node)}
sources={[node]}
downsampler={TimeSeriesQueryAggregator.SUM}
downsampler={TimeSeriesQueryAggregator.MAX}
nonNegativeRate
/>
))}
Expand Down

0 comments on commit 464ddd7

Please sign in to comment.