mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 15:25:53 +02:00
✨ Add jvm metrics.
This commit is contained in:
parent
83f43af36e
commit
8f57ab343c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
(defn create-registry
|
(defn create-registry
|
||||||
[]
|
[]
|
||||||
(let [registry (CollectorRegistry.)]
|
(let [registry (CollectorRegistry.)]
|
||||||
;; (DefaultExports/register registry)
|
(DefaultExports/register registry)
|
||||||
registry))
|
registry))
|
||||||
|
|
||||||
(defmacro with-measure
|
(defmacro with-measure
|
||||||
|
|
Loading…
Add table
Reference in a new issue