Skip to content

Commit

Permalink
Fixes metrics initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
theanirudhvyas committed Apr 21, 2020
1 parent d94fdcc commit 04bf68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ziggurat/metrics.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

(defstate statsd-reporter
:start (do (log/info "Initializing Metrics")
(metrics-lib/initialize statsd-config))
(metrics-lib/initialize (statsd-config)))
:stop (do (log/info "Terminating Metrics")
(metrics-lib/terminate)))

Expand Down

0 comments on commit 04bf68a

Please sign in to comment.