⬇️ Downgrade prometheus client to 0.9.0.

Because it introduces some breaking changes.
This commit is contained in:
Andrey Antukh 2021-03-17 10:29:51 +01:00 committed by Andrés Moya
parent 1e25e543b3
commit 142086b2c3
5 changed files with 12 additions and 9 deletions

View file

@ -137,7 +137,7 @@
(str (:max-batch-size cfg)))
(let [input (batch-events cfg (::events-ch session))
mcnt (mtx/create
{:name "http_session_updater_count"
{:name "http_session_update_total"
:help "A counter of session update batch events."
:registry (:registry metrics)
:type :counter})]