cadvisor/container/docker
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
..
client.go Clean up docker root dir 2016-05-06 19:31:36 -07:00
docker_test.go Add Docker API version 2017-04-04 10:56:11 +05:30
docker.go Add Docker API version 2017-04-04 10:56:11 +05:30
factory_test.go Ignore any .mount cgroup in docker handler 2017-01-16 11:02:37 -05:00
factory.go Add Docker API version 2017-04-04 10:56:11 +05:30
handler_test.go Fix fs stats handling for non-aufs storage drivers. 2016-02-05 16:32:07 -08:00
handler.go Report container FS metrics into prometheus /metrics 2017-04-24 20:46:55 -04:00