Skip to main content

Questions tagged [cadvisor]

Google cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containers. It is a running daemon that collects, aggregates, processes, and exports information about running containers.

0 votes
0 answers
28 views

cAdvisor reports high WSS, but low RSS and cache memory usage

I observed the following cAdvisor memory metrics for a container deployed in Kubernetes Service on Azure and am struggling to come up with an explanation. It's a .NET 6 program running in the ...
scharnyw's user avatar
  • 2,634
0 votes
0 answers
27 views

show individual container as Prometheus target

I am running a server with several docker (unfortunately I cannot use podman because it is mailcow and this does not fully support podman yet) in one docker-compose file. I have added cadvisor to the ...
LeifSec's user avatar
  • 85
0 votes
1 answer
63 views

How to configure Prometheus Alertmanager for alerting when any container goes down?

I am using Prometheus Alertmanager to monitor dozens of hosts and hundreds of containers on these hosts. I need to receive notifications when any container goes down. I understand from the ...
alis's user avatar
  • 1
0 votes
2 answers
724 views

How can I use Prometheus to monitor the status of a docker container to see if it is up or down?

I currently use prometheus and cadvisor to monitor containers, I currently have a container named timesheet, how can I determine if the state of this container is up or down?
Andrew's user avatar
  • 714
0 votes
1 answer
198 views

How to calculate CPU usage in Cadvisor to be equal to docker stats

I have a cpu usage data in Cadvisor (12 cores) . But I want to calculate to be equal to docker stats. First time I use this query but it's not work because the value in Prometheus not be the same with ...
I Want Sleep Now's user avatar
0 votes
0 answers
176 views

cAdvisor on my Mac won't get detailed info about containers. What am I doing wrong?

First time user of cAdvisor here - I'm trying to set up a monitoring stack to get metrics on containers running a series of Python Flask apps. This is all on an M2 Mac, with intent to eventually ...
Shantanav Saurav's user avatar
0 votes
1 answer
470 views

container_fs_usage_bytes metrics miss pod/container label on containerd

kubectl version v1.24.15-eks contained version 1.6.19 I am use aws esk cluster, container_fs_usage_bytes metrics miss pod and container label on containerd! Is there have any solutions? I am use aws ...
chengzhi shang's user avatar
2 votes
0 answers
413 views

How to get CPU, memory metrics for Kubernetes Jobs, CronJobs, BatchJobs and KedaJobs

Is there a way to get CPU, memory metrics in Prometheus for Kubernetes Jobs, CronJobs, Batch Jobs and KedaJobs. Currently I can get all this metrics from Prometheus about the time, status, etc. I have ...
Linkavich14's user avatar
0 votes
1 answer
81 views

`container_memory_working_set_bytes` - How to interpret value at same time for same container but with different names?

2023-12-07 09:47:00.000 container_memory_working_set_bytes{ container="my-app", endpoint="https-metrics", id="/kubepods/burstable/podb7ecf824-6797-4183-9566-...
goulashsoup's user avatar
  • 2,909
0 votes
0 answers
120 views

cadvisor behind NGINX: How to load UI?

I have a docker container running cadvisor on localhost:8040 and I have NGINX on 8080 Here's the NGINX config: location /cadvisor { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-...
sleekster's user avatar
0 votes
0 answers
254 views

cAdvisor docker service doesn't publish name o image tag to use in Prometheus

I'm an absolute beginner in the monitoring world but I've deployed some services using docker-compose: cAdvisor Prometheus Grafana My hope was to be able to show metrics on Grafana querying ...
Ignacio Borrajo Iglesias's user avatar
0 votes
0 answers
411 views

Spike in Cadvisor container_network_receive_bytes_total Metric in a Kubernetes Cluster

Summary: I'm using Cadvisor with Prometheus in multiple Kubernetes (k8s) clusters to monitor network traffic usage. I utilize the container_network_receive_bytes_total metric in a query to calculate ...
Hesam Norin's user avatar
0 votes
0 answers
221 views

Monitor Container Load Average with Grafana Agent and Cadvisor (Docker Integration)

I’ve configured Docker integration on Grafana Cloud, utilizing Cadvisor and Grafana Agent to monitor Docker containers, and it’s been effective for most metrics. I’ve been referencing the metrics ...
Liquid_Soap's user avatar
0 votes
0 answers
1k views

Why are many cAdvisor metrics not being scraped?

We have a Kubernetes cluster and are using Prometheus/Grafana to collect and view metrics information. I am currently looking into container metrics, that as far as I can tell, are managed and ...
Joseph Gagnon's user avatar
0 votes
1 answer
638 views

How to determine if cAdvisor is installed and what is its version/origin

We have a number of Kubernetes clusters that we use for our daily work. I am trying to determine: Is cAdvisor installed and running? What is its version and origin? Based on my research, cAdvisor ...
Joseph Gagnon's user avatar

15 30 50 per page
1
2 3 4 5
11