Hello,
I am interested in monitoring the filesystem capacity inside a docker container (df -h results). The container(s) runs postgresSQL cluster. Especially, want metrics for size, used, available, percentage.
Is that possible?
If yes, how?
If no, how can I achieve this?
The documentation does not mention filesystem monitoring.
Cheers!