Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden committed Feb 12, 2019
1 parent 8d851e4 commit 4da09c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions metricbeat/module/consul/agent/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ var (
"consul.runtime.sys_bytes": &noConversionValue{valueHelper{renamedTo: "runtime.sys", unit: "bytes"}},
"consul.runtime.malloc_count": &noConversionValue{valueHelper{renamedTo: "runtime.malloc_count"}},
}
allowedDetailedValues = map[string]inputConverter{
//"consul.raft.apply": &noConversionValue{valueHelper{renamedTo: "raft.apply"}},
//"consul.raft.commitTime": &noConversionValue{valueHelper{renamedTo: "raft.commit_time", unit: "ms"}},
}
allowedDetailedValues = map[string]inputConverter{}
)

func eventMapping(content []byte) ([]common.MapStr, error) {
Expand Down

0 comments on commit 4da09c7

Please sign in to comment.