Skip to content

Commit

Permalink
[Ajat|Baskara] add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Jul 1, 2019
1 parent c974229 commit 25f8070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/statsd_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ func InitializeStatsdCollector(config *StatsdCollectorConfig) (*StatsdCollectorC
}

c, _ := statsd.NewBufferedClient(config.StatsdAddr, config.Prefix, 1*time.Second, flushBytes)

// TODO Add logger for error
return &StatsdCollectorClient{client: c, sampleRate: sampleRate}, nil
}

0 comments on commit 25f8070

Please sign in to comment.