small error.

This commit is contained in:
Bryce Covert
2022-01-05 06:48:54 -08:00
parent c1658e32c0
commit a9ab7be3bd

View File

@@ -48,7 +48,7 @@
(mount/defstate metrics-setup
:start (statsd/setup! :host "127.0.0.1" :port 8125 :prefix "integreat.app" :tags (into #{(str "env:" (:dd-env env))
(str "service:" (:dd-service env))}
(container-tags)))
container-tags))
:stop (statsd/shutdown!))