♻️ Refactor metrics namespace

This commit is contained in:
Andrey Antukh 2022-08-30 19:32:35 +02:00
parent ec3651d85b
commit fd973d87fd
4 changed files with 185 additions and 145 deletions

View file

@ -150,7 +150,7 @@
;; When metrics namespace is provided
(when metrics
(->> (:registry metrics)
(->> (::mtx/registry metrics)
(PrometheusMetricsTrackerFactory.)
(.setMetricsTrackerFactory config)))