27 Jun 2019 01:50 PM - last edited on 14 Dec 2021 01:20 PM by MaciejNeumann
Is there a way to track how much space Docker is using, similar to the 'docker system df' command, and alert when a threshold is breached?
I know the Docker: Devicemapper Data Space metrics exist, but so far I can tell, these will only work if the devicemapper storage driver is used. The preferred Docker storage driver is overlay2, in most cases; are there any plans to expand the Docker metrics to look at overlay2 rather than devicemapper?
The alternative to monitor disk usage would be to create a OneAgent plugin, I guess?
27 Jun 2019 02:02 PM
Yes, OneAgent plugin should be good solution here.
Sebastian