# Prometheus Stack without CAdvisor

**URL:** https://forums.suse.com/t/prometheus-stack-without-cadvisor/4221
**Category:** Rancher 1.x
**Created:** [October 7, 2016, 9:14pm UTC](https://forums.suse.com/t/prometheus-stack-without-cadvisor/4221 "2016-10-07T21:14:34Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bdentino](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/bdentino/32/1489_2.png) [@bdentino](https://forums.suse.com/u/bdentino)
#### Post date: [October 7, 2016, 9:14pm UTC](https://forums.suse.com/t/prometheus-stack-without-cadvisor/4221/1 "2016-10-07T21:14:34Z")

</div>

It came to my attention today that the next minor release of rancher (1.2.0) will no longer include cadvisor: [https://github.com/rancher/rancher/issues/5567](https://github.com/rancher/rancher/issues/5567). I’m just wondering whether or not there will be any type of replacement service for container monitoring. I use the prometheus stack from the rancher catalog, which makes use of the cadvisor statistics exported by each node and I’m assuming this will be impacted when I upgrade.

---

<div class="post-metadata">

### Author: ![denise](https://avatars.discourse-cdn.com/v4/letter/d/82dd89/32.png) [@denise](https://forums.suse.com/u/denise)
#### Post date: [October 7, 2016, 10:17pm UTC](https://forums.suse.com/t/prometheus-stack-without-cadvisor/4221/2 "2016-10-07T22:17:38Z")

</div>

We will still have container stats.

Container stats will now be coming from `docker stats` and we will be using a packge call [https://github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) to collect host-level info.

How are you using container stats?

---

<div class="post-metadata">

### Author: ![xinity1](https://avatars.discourse-cdn.com/v4/letter/x/c68b51/32.png) [@xinity1](https://forums.suse.com/u/xinity1)
#### Post date: [October 8, 2016, 5:14pm UTC](https://forums.suse.com/t/prometheus-stack-without-cadvisor/4221/3 "2016-10-08T17:14:29Z")

</div>

in some ways it a pitty for those would build tool on top on cadvisor for rancher.  
in another wat, it’s pretty more “upstream” to use docker stats or so i think.  
it will also ease further integration with other monitoring tools which does already use docker stats

---

<div class="post-metadata">

### Author: ![ampedandwired](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/ampedandwired/32/1721_2.png) [@ampedandwired](https://forums.suse.com/u/ampedandwired)
#### Post date: [October 11, 2016, 12:36am UTC](https://forums.suse.com/t/prometheus-stack-without-cadvisor/4221/4 "2016-10-11T00:36:28Z")

</div>

We are also using the current cadvisor stats to feed into Prometheus for container monitoring. It would be great if whatever replaced it provided a Prometheus “/metrics” endpoint for scraping container stats.
