Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: dashboard 监控 不到tikv节点的ext4磁盘使用情况
TiDB production environment dashboard monitoring does not show the ext4 disk usage of TiKV nodes. I posted about this issue last year.
dashboard monitoring -
TiDB technical issues / deployment & operation management - TiDB Q&A community (asktug.com)
Is there a solution to this problem now?
Our TiDB cluster version is v4.0.6, but it is not available in the version options.
My previous version was 4.0.9, and the disk was ext4, there was no such issue.
@[Billmay’s cousin] Could you please ask the experts if they can solve this? Thank you 
You can try upgrading the version or consider using system-level monitoring tools such as Prometheus and Grafana. TiKV provides various metrics that can be collected and visualized using Prometheus and Grafana.
Is this phenomenon present in version v4.0.6?
If upgrading, which version can v4.0.6 be directly upgraded to?
The upgrade documentation is available. You can consider upgrading to versions 6.5.5, 6.1.7, or 7.1.2.
Check the metrics on port 9100 yourself to see if there is any disk information.
Try the following methods:
-
Ensure that the monitoring metrics for TiKV nodes are correctly configured. In the TiDB Dashboard, make sure that the relevant metrics for monitoring TiKV nodes have been added.
-
Check if the disk monitoring of TiKV nodes is working properly. You can check the disk usage by running the command df -h
. If you cannot obtain the disk usage, it might be due to permission issues preventing the reading of disk information. Ensure you have sufficient permissions to read disk information.
-
Verify that the monitoring configuration of TiKV nodes is correct. Ensure that Prometheus monitoring and Grafana dashboards are correctly configured in the TiDB cluster, and that the relevant metrics for monitoring TiKV nodes are properly set.
-
Check if the network connection of TiKV nodes is normal. Ensure that TiKV nodes can connect to the monitoring system normally so that the metric data can be sent to the monitoring system.