Skip to content

Commit

Permalink
fix: completing quiet mode, forgot to set the agent
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkybiz committed Jun 29, 2021
1 parent ddd27e5 commit 2d4f847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent.go
Expand Up @@ -172,6 +172,7 @@ func CreateAgent(id, counters, gauges, timers, max, min int, flush time.Duration
valueMax: max,
valueMin: min,
statsdClients: targets,
quiet: quiet,
}
return a, nil
}
Expand Down

0 comments on commit 2d4f847

Please sign in to comment.