input(docker): Cleanup

* Removed leftovers, unused code

closes #957
fixes #645
This commit is contained in:
Sergio Jimenez
2016-04-05 01:03:28 +02:00
committed by Cameron Sparr
parent 8274798499
commit e19c474a92
2 changed files with 1 additions and 2 deletions

View File

@@ -149,8 +149,6 @@ func (d *Docker) gatherInfo(acc telegraf.Accumulator) error {
map[string]string{"unit": "bytes"},
now)
// Get storage metrics
//driverStatusRaw := []byte(info.DriverStatus)
//json.Unmarshal(driverStatusRaw, &driverStatus)
for _, rawData := range info.DriverStatus {
// Try to convert string to int (bytes)
value, err := parseSize(rawData[1])