Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek committed Sep 15, 2021
1 parent 214ee1b commit aae09ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metricbeat/module/docker/diskio/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ func eventsMapping(r mb.ReporterV2, blkioStatsList []BlkioStats) {

func eventMapping(r mb.ReporterV2, stats *BlkioStats) {
fields := common.MapStr{
"reads": stats.reads,
"writes": stats.writes,
"total": stats.totals,
"read": common.MapStr{
"ops": stats.serviced.reads,
"bytes": stats.servicedBytes.reads,
Expand Down

0 comments on commit aae09ff

Please sign in to comment.