Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>
  • Loading branch information
anushkamittal20 committed Jan 21, 2022
1 parent 71f0c41 commit 45beafd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func getInitStats() *types.Statistics {
YandexS3: getOutputNewMap("yandexs3"),
PolicyReport: getOutputNewMap("policyreport"),
Syslog: getOutputNewMap("syslog"),
PolicyReport: getOutputNewMap("policyreport"),
}
stats.Falco.Add(outputs.Emergency, 0)
stats.Falco.Add(outputs.Alert, 0)
Expand Down
1 change: 0 additions & 1 deletion types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ type Statistics struct {
PolicyReport *expvar.Map
Syslog *expvar.Map
Cliq *expvar.Map
PolicyReport *expvar.Map
}

// PromStatistics is a struct to store prometheus metrics
Expand Down

0 comments on commit 45beafd

Please sign in to comment.