docker-archive / infra-container_exporter

Prometheus exporter exposing container metrics
126 stars 43 forks source link

Change docker/libcontainer to opencontainers/runc/libcontainer #20

Closed m-masataka closed 4 years ago

m-masataka commented 7 years ago

Signed-off-by: Masataka Mizukoshi m.mizukoshi.wakuwaku@gmail.com @discordianfish @usmanismail This container_exporter can't build now, because it use very old source code. I update importing source code docker to runc.

discordianfish commented 7 years ago

I don't think anyone is maintaining this anymore. Curious though, why are you using the container exporter? Nowadays you can get prometheus metrics directly from docker: https://docs.docker.com/engine/admin/prometheus/

I personally using cadvisor in kubernetes. So curious, is there something that only the container_exporter gives you?

m-masataka commented 7 years ago

@discordianfish thank you for your reply. I want to watch the each container's memory and cpu resources individually. But docker-engine give us only docker-egine's status (cpu, mem, ....) . And in my environment disk space is little tight, so I do not want to use cAdvisor (there are many data that do not use).

But I know container_exporter is DEPRECATED. So If you don't want to merge this, please close it.

discordianfish commented 7 years ago

Got it! Well, I don't have permissions to merge on this repo anymore. Let see if somebody else has.