issues Search Results · repo:google/cadvisor language:Go
Filter by
1k results
(83 ms)1k results
ingoogle/cadvisor (press backspace or delete to remove)I m trying to run cadvisor using Docker version 27.4.1, build b9d17ea on Ubuntu 22.04. I m trying to monitor several
docker containers with prometheus but I don t see metrics segmented by docker container ...
remo87
- 1
- Opened 2 days ago
- #3677
Hi,
I need to build this repo with a different docker dependency module (a higher version) for internal use, when i do that
and run commands: go get github.com/docker/docker@v26.1.5+incompatible go mod ...
pbettadapura
- Opened 8 days ago
- #3673
On the starting process of kubelet, sometimes the cadvisor hangs on a goroutine that trys to get containers information.
The correlative goroutine logs:
goroutine 1816 [select, 219127 minutes]:
k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0xc0032b8ea0) ...
lianghao208
- 1
- Opened 17 days ago
- #3671
We are migrating our search service to k8s, and have found that every few min, there is a request that takes 300+ms or
even a few seconds to complete, for a p9999 of 30ms.
Doing the debugging, we disabled ...
wagthesam
- 1
- Opened 18 days ago
- #3670
As title says, linux binaries will not be released anymore?
Was this missed accidentally or this will be as it is from now on?
aminvakil
- 3
- Opened 23 days ago
- #3669
cAdvisor doesnt try and maintain container state. It can tell when a container exists by examining the cgroup tree, but
cant tell what is running in it, or anything else. Monitoring docker directly for ...
vitaaaaa1
- Opened 29 days ago
- #3663
kubelet version is v1.31.4
The query results are as follows:
container_network_receive_bytes_total{id= / , instance= xxx-node01 , interface= cali06feff68252 , job=
kube-node-cadvisor , node= xxx-node01 ...
shibaoxi
- 1
- Opened on Feb 26
- #3662
Hi,
I am seeing the Failed to create a manager: mountpoint for cpu not found error when trying to run cAdvisor on the ECS
Optimised Amazon Linux 2023 images. It seems I m not the only one, as per this ...
joe-alford
- 1
- Opened on Feb 17
- #3658
Currently, cAdvisor retrieves UDP metrics by parsing /proc/net/udp and /proc/net/udp6, as shown below:
if h.includedMetrics.Has(container.NetworkUdpUsageMetrics) {
u, err := udpStatsFromProc(h.rootFs, ...
Andrewmatilde
- Opened on Feb 17
- #3657
Hello there,
I m using cAdvisor 0.49.1 to collect some docker metrics. Im running it with:
docker run --rm gcr.io/cadvisor/cadvisor:v0.49.1 --docker_only=true
--enable_metrics=cpu,cpuLoad,diskIO,memory,network,process ...
Sergiodiaz53
- Opened on Feb 11
- #3656

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.