cadvisor/container
Clayton Coleman 4e25a7951f
Report container FS metrics into prometheus /metrics
PerDiskStats reported from cgroups were not being surfaced into
prometheus. In order to properly correlate the metrics, we need to
assign a device label to each metric (which is the FS or device path).
Since blkio cgroup tracks devices, we create a synthetic device
`/dev/NAME` for the metric.

Assign a Device label to each PerDiskStat for the handlers up front, and
then surface the PerDiskStat values into the prometheus metrics. Report
two new metrics - total bytes read and total bytes written.
2017-04-24 20:46:55 -04:00
..
common Report container FS metrics into prometheus /metrics 2017-04-24 20:46:55 -04:00
docker Report container FS metrics into prometheus /metrics 2017-04-24 20:46:55 -04:00
libcontainer Add udp and udp6 network statistics 2017-04-10 20:41:51 +01:00
raw Report container FS metrics into prometheus /metrics 2017-04-24 20:46:55 -04:00
rkt Report container FS metrics into prometheus /metrics 2017-04-24 20:46:55 -04:00
systemd Refactor container watching out of raw handler into its own inteface / package 2016-05-11 20:27:10 -07:00
testing Add in the ability to expose the ip address of a container. 2016-07-13 13:58:43 -04:00
container.go Add in the ability to expose the ip address of a container. 2016-07-13 13:58:43 -04:00
factory_test.go Move mocks to testing package to remove +build tags 2016-07-06 14:15:43 -07:00
factory.go Add udp and udp6 network statistics 2017-04-10 20:41:51 +01:00