Is there any way to monitor disk usage of docker containers in DataDog?
I can see in DataDog web all the CPU, RAM and IO metrics for my containers.
But I can't see any of disk space related metrics.
Their page https://docs.datadoghq.com/integrations/docker/ says about:
docker.disk.used (now reported as docker.data.used)
docker.disk.free (now reported as docker.data.free)
docker.disk.total (now reported as docker.data.total)
I can't find these neither in Dashboards > Docker nor in Metrics > Explorer
I'm new to DataDog, so possibly missing something obvious here.