mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 12:54:01 +03:00
Linting
This commit is contained in:
+2
-1
@@ -171,7 +171,8 @@ func (s StatsdFactory) Make() events.Observer {
|
||||
//
|
||||
// Valid tagFormats are 'datadog', 'influxdb' and 'graphite'.
|
||||
func NewStatsd(address string, log logger.StdLikeLogger,
|
||||
metricPrefix, tagFormat string) (StatsdFactory, error) {
|
||||
metricPrefix, tagFormat string,
|
||||
) (StatsdFactory, error) {
|
||||
options := []statsd.Option{
|
||||
statsd.MetricPrefix(metricPrefix),
|
||||
statsd.Logger(log),
|
||||
|
||||
Reference in New Issue
Block a user