-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Help - Missing container's name with latest version #1873
Comments
I hit the same problem; labels are also completely gone. I'm using that dockerfile to build and then run cadvisor outside of docker # Dockerfile
FROM amd64/golang:1.8
RUN go get -d github.com/google/cadvisor
WORKDIR /go/src/github.com/google/cadvisor
RUN git checkout v0.28.3
RUN GO_CMD=build GOARCH=$ARCH ./build/build.sh && cp cadvisor /bin/cadvisor |
I can't seem to reproduce the issue on head.
|
The initial issue looks like it is only recognizing the root cgroup. Maybe there is a different issue? |
I have the same issue - there are no container names.
|
I am having the same problem: the container |
"/" is the ID of the "root" cgroup, which gives machine stats, and doesn't have a container name. You should expect this to always be present. The issue appears to be that metrics for other cgroups are missing, which could have a variety of different causes. |
I've written a workaround PR for murre. An extract of my cadvisor metrics API exporter for your info and consideration.
|
had the same issue when setting the user for the container to something else then root/uid 0. |
Hi,
I deployed cAdvisor in a Rancher cluster using the following docker-compose configuration and I am not able to get the container's name
Can you help me to fix the issue?
Info
docker-compose.yml
cAdvisor /metrics
The text was updated successfully, but these errors were encountered: