🎉 Add jetty metrics.

This commit is contained in:
Andrey Antukh 2021-01-19 14:45:49 +01:00 committed by Alonso Torres
parent d8ee07d1e4
commit 34e5e5c513
4 changed files with 38 additions and 16 deletions

View file

@ -69,6 +69,7 @@
:app.http/server
{:port (:http-server-port config)
:handler (ig/ref :app.http/router)
:metrics (ig/ref :app.metrics/metrics)
:ws {"/ws/notifications" (ig/ref :app.notifications/handler)}}
:app.http/router