-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker metrics when host is CoreOS #1001
Comments
@LotharSee Can you have a look ? |
@andyshinn good job, it seems to be a pretty solution to make the Docker integration work from inside a container. I'll see what we can do then I'll update this issue. |
Okay, the problem is that we refer to |
We probably can guess them based on Docker version and the container ids
|
@LotharSee what's the status of that ? |
There is two things:
We could quick fix it. But I think we'd better seize this opportunity to work on the CoreOS support. |
Done in this PR: The |
I am running the Docker container on a CoreOS host and it only reports on running container count. I am running by passing the cgroup data like:
It appears to be erroring with:
This appears to be due to a cgroup layout difference in CoreOS. Instead of a
docker
orlxc
folder, there is asystem.slice
anduser.slice
. These contain IDs to containers in a differen't format:It would be great if we can support CoreOS in the future.
The text was updated successfully, but these errors were encountered: