Collectd pushes the actual host system metrics to graphite instead of the docker container's restricted system metrics
问题 I've a docker container deployed with a memory restriction of 300M and CPU-1 Core. When the container starts and my program executes, it is adhering the memory restriction to 300M and CPU to 1st CPU Core. However the collectd running inside the container pushes the metrics of Memory and Swap memory of the actual box ( 16 GB RAM ) instead of the restricted containers (300MB RAM). Is there any configuration that I'm missing? Docker run command: docker run -e CONTAINER_NAME='sample_docker