Liking cljdoc? Tell your friends :D
Clojure only.

com.climate.newrelic.trace


defn-tracedcljmacro

(defn-traced fname & fdecl)

Drop-in replacement for clojure.core/defn.

Tells Newrelic that entry/exit to this function should be traced. Allows time spent in this function to be tracked as a % of total request time.

If one function defined with defn-traced calls another defined with defn-traced, Newrelic will correctly show both in its transaction trace and show how much time was spent inside/outside the inner function.

Drop-in replacement for clojure.core/defn.

Tells Newrelic that entry/exit to this function should be traced.
Allows time spent in this function to be tracked as a % of total
request time.

If one function defined with defn-traced calls another defined with
defn-traced, Newrelic will correctly show both in its transaction
trace and show how much time was spent inside/outside the inner
function.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close