A Wall Brew infrastructure library to monitor function performance utilizing timbre. This library has utility functions to work with clj-http and ring to provide cross-application session and request IDs.
Add the library to your :dependencies
:
[com.wallbrew/wb-metrics "2.0.0"]
Configure wb-metrics
to act as your primary logger somewhere in your application startup:
(:require [wb-metrics.logging :as metrics])
(metrics/configure!)
Can you improve this documentation? These fine people already did:
nnichols & Nick NicholsEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close