datadog-test done.

This commit is contained in:
Bryce Covert
2022-01-05 07:22:54 -08:00
parent a9ab7be3bd
commit dda82c28d8

View File

@@ -57,7 +57,7 @@
(log/warn e))))
(mount/defstate jetty-stats
:start (scheduler/every (* 1000 30) (collect-jetty-stats))
:start (scheduler/every (* 1000 10) collect-jetty-stats)
:stop (scheduler/stop jetty-stats))