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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close