Skip to content

Commit

Permalink
dbconsole: add elastic store metric to the overload page
Browse files Browse the repository at this point in the history
This patch uses the new sperated `elastic-stores` metrics for queing
delay from cockroachdb#123890.

Informs cockroachdb#121572.

Release note (ui change): The `Admission Queueing Delay – Store` chart
now separates elastic (background) work from the regular foreground
work.
  • Loading branch information
aadityasondhi committed May 17, 2024
1 parent 51bffdd commit 8a475d7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,13 @@ export default function (props: GraphDashboardProps) {
sources={[nid]}
downsampleMax
/>
<Metric
key={nid}
name="cr.node.admission.wait_durations.elastic-stores-p99"
title={"elastic (background) write " + nodeDisplayName(nodeDisplayNameByID, nid)}
sources={[nid]}
downsampleMax
/>
</>
))}
</Axis>
Expand Down

0 comments on commit 8a475d7

Please sign in to comment.