improvements.

This commit is contained in:
Bryce Covert
2022-01-04 16:28:29 -08:00
parent 83f2827553
commit 2e1fab5fd0
4 changed files with 28 additions and 24 deletions

View File

@@ -4,5 +4,5 @@
[config.core :refer [env]]))
(mount/defstate metrics-setup
:start (statsd/setup! :host "127.0.0.1" :port 8125 :prefix "integreat.app" :tags #{(:dd-env env)})
:start (statsd/setup! :host "127.0.0.1" :port 8125 :prefix "integreat.app")
:stop (statsd/shutdown!))