small error.
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
(mount/defstate metrics-setup
|
(mount/defstate metrics-setup
|
||||||
:start (statsd/setup! :host "127.0.0.1" :port 8125 :prefix "integreat.app" :tags (into #{(str "env:" (:dd-env env))
|
: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))}
|
(str "service:" (:dd-service env))}
|
||||||
(container-tags)))
|
container-tags))
|
||||||
:stop (statsd/shutdown!))
|
:stop (statsd/shutdown!))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user