cadvisor/info/v1
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
..
test fixing style 2016-01-15 10:22:52 -08:00
container_test.go Bulk move current info api to info/v1. Making room for info/v2. 2015-03-04 00:47:28 +00:00
container.go Report container FS metrics into prometheus /metrics 2017-04-24 20:46:55 -04:00
docker.go Add Docker API version 2017-04-04 10:56:11 +05:30
machine.go Report container FS metrics into prometheus /metrics 2017-04-24 20:46:55 -04:00
metric.go Switch to Prometheus decoder 2016-09-22 22:22:07 +01:00