You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue arises because Grafana's progress gauge can only display the last data. In the code, when the scale ends, we directly delete the corresponding metrics. In this case, Grafana does not show a zero value but instead displays the last valid value.
Therefore, I plan to set the corresponding metric to 100% when the scale ends and wait for 1 minute before deleting the corresponding metric. This way, Grafana will be able to display correctly.
Bug Report
What did you do?
online 2 new store and offline them
What did you expect to see?
offline store and online store progress are correct
What did you see instead?
they stay here until pd restart
What version of PD are you using (
pd-server -V
)?The text was updated successfully, but these errors were encountered: