db-console: graphs require refresh to show nodes added to cluster #141939
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-observability
Describe the problem
In v22.x, DB Console metrics graphs would load the time series data of nodes which had joined the cluster after the user had loaded the page. Starting in v23.x and onward, loading time series data for newly added nodes required user-initiated action.
To Reproduce
Using 23.1.0 (or later):
roachprod create $CLUSTER -n 4
roachprod stage $CLUSTER 23.1.0
roachprod start $CLUSTER:1-2
roachprod adminurl $CLUSTER:1
roachprod start $CLUSTER:3
Note that if you run the above with 22.1.0, the page behaves as desired.
Expected behavior
A line for node 3 (and node 4, if tested) appears in the hardware metrics graphs.
Environment:
Additional context
Internal discussion about the functionality gap and reproduction steps: https://cockroachlabs.slack.com/archives/C063CP41TG9/p1740076514352659
Jira issue: CRDB-48088
The text was updated successfully, but these errors were encountered: