欢迎!请查看关于页面了解有关此内容的一些更多信息。
人们在使用Clojure时,有哪些度量库呢?
快速谷歌搜索返回了Java/the JVM的metrics和micrometer。
有人在用这些并可以推荐它们,或者别的什么吗?
我喜欢io.pedestal/pedestal.log
io.pedestal/pedestal.log
https://github.com/pedestal/pedestal
它有点文档不全面。
我已经使用riemann-clojure-client [1] 几年了,它会将所有内容发送到Riemann [2]。不像其他库那么全面,但它提供了更好的控制,并且使用一些自定义的“with-timed-something”宏,可以测量几乎所有东西。此外,别忘了JVM(以及其他Java库,如Jetty)已经自带了JMX指标;您只需要从应用程序中提取它们。我使用collectd [3] 来做这件事。
[1] https://github.com/riemann/riemann-clojure-client[2] https://riemann.io[3] https://collectd.org/