Updating for staging

This commit is contained in:
Bryce Covert
2022-01-04 16:20:45 -08:00
parent f889d27baf
commit 83f2827553
7 changed files with 64 additions and 33 deletions

View File

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