container_memory_usage_bytes prometheus metrics help doesn't...
As per #975, two more stats were added: RSS + cache, as container_memory_usage_bytes, which seems to come from cgroup stats includes resident memory, caches and swap. Could we please modify the definition of it in metrics/prometheus.go s...