Skip to content

Commit e9a6b80

Browse files
committed
added troubleshooting
1 parent be35bb1 commit e9a6b80

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ scrape_configs:
7373
7474
## Features
7575
76-
- Total and used cluster resources: CPU, memory, file system.
76+
- Total and used cluster resources: CPU, memory, filesystem.
7777
And total cluster network I/O pressure.
7878
![Total and used cluster resources](https://raw.githubusercontent.com/instrumentisto/grafana-dashboard-kubernetes-prometheus/dev/screens/total.png)
7979
- [Kubernetes pods](http://kubernetes.io/docs/user-guide/pods) usage:
@@ -88,3 +88,11 @@ scrape_configs:
8888
![systemd usage](https://raw.githubusercontent.com/instrumentisto/grafana-dashboard-kubernetes-prometheus/dev/screens/systemd.png)
8989
- Showing all above metrics both for all cluster and each node separately.
9090
![Filtering metrics by nodes](https://raw.githubusercontent.com/instrumentisto/grafana-dashboard-kubernetes-prometheus/dev/screens/by_nodes.png)
91+
92+
93+
94+
## Troubleshooting
95+
96+
If filesystem usage panels displays `N/A`, you should correct
97+
`device="/dev/vda9"` filter parameter in metrics query with devices your system
98+
actually provides.

0 commit comments

Comments
 (0)