Skip to content

Commit f82294c

Browse files
srebhanskartikey
andauthored
Update plugins/inputs/docker/gatherers.go
Co-authored-by: skartikey <s.kartikey@gmail.com>
1 parent dd8233d commit f82294c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/inputs/docker/gatherers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func (d *Docker) gatherDiskUsage(acc telegraf.Accumulator, opts types.DiskUsageO
216216
"server_version": d.serverVersion,
217217
}
218218

219-
acc.AddFields("docker_disk_usage", fields, tags)
219+
acc.AddFields("docker_disk_usage", fields, tags, now)
220220

221221
// Containers
222222
for _, cntnr := range du.Containers {

0 commit comments

Comments
 (0)