Skip to content

Commit

Permalink
websocket metric: rename for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Aug 26, 2023
1 parent cbe5bfc commit 0d698a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/mirabelle/http.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[{:keys [api-handler registry config pubsub]}]
(let [nb-conn (atom 0)]
(metric/gauge! registry
:websocket.connection.count
:websocket.connections.count
{}
(fn [] @nb-conn))
[(ws-interceptor pubsub nb-conn) ;; enter
Expand Down

0 comments on commit 0d698a7

Please sign in to comment.