Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: 扩了1个tidb的节点,但grafana没有显示该节点信息
[TiDB Usage Environment] Production Environment / Testing / POC
[TiDB Version]
[Reproduction Path] What operations were performed when the issue occurred
[Encountered Issue: Problem Phenomenon and Impact]
Help needed: Added one TiDB node, but Grafana does not display the monitoring information for that node.
[Resource Configuration]
[Attachments: Screenshots/Logs/Monitoring]
If the monitoring information is not timely, you can try restarting the cluster or the monitoring node.
–Cluster Information
tiup cluster display cluster-xxx
ID Role Host Ports OS/Arch Status Data Dir Deploy Dir
10.10.1.1:9093 alertmanager 10.10.1.1 9093/9094 linux/x86_64 Up /data/deploy/data.alertmanager /data/deploy
10.10.1.1:3000 grafana 10.10.1.1 3000 linux/x86_64 Up - /data/deploy
10.10.1.1:9090 prometheus 10.10.1.1 9090 linux/x86_64 Up /data/deploy/prometheus2.0.0.data.metrics /data/deploy
–Is it like the following statement to restart the grafana node?
tiup cluster reload cluster-xxx -N 10.10.1.1:3000
Yes, it does. Additionally, does the tiup cluster display
command include information about the scaled-out nodes?
The nodes that have been scaled out are displayed in tiup cluster display
, and the nodes that have been scaled out are also shown in the Dashboard.
Try restarting the Grafana and Prometheus nodes.
It should be that the configuration in Grafana has not been updated, or the information in Prometheus has not been updated. Try restarting these two nodes.
Restarted the Grafana and Prometheus nodes, still not working…
Refer to this for processing:
I just executed tiup cluster prune
, and the newly added node information appeared in the monitoring. I guess the cluster was affected by the Tombstone status. Thank you all, love you.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.