Liking cljdoc? Tell your friends :D

new-reliquary.core


add-custom-parameterclj

(add-custom-parameter key val)

ignore-transactionclj

(ignore-transaction)

NewRelicTracablecljprotocol

doTransactionclj

(doTransaction this callback)
(doTransaction this callback callback-parameter)

traceclj

(trace this callback)
(trace this callback callback-parameter)

notice-errorclj

(notice-error error)

set-request-responseclj

(set-request-response req res)

set-transaction-nameclj

(set-transaction-name category name)

with-newrelic-transactionclj

(with-newrelic-transaction callback)
(with-newrelic-transaction category transaction-name callback)
(with-newrelic-transaction category transaction-name custom-params callback)

with-newrelic-transaction-and-callback-parameterclj

(with-newrelic-transaction-and-callback-parameter callback callback-parameter)
(with-newrelic-transaction-and-callback-parameter category
                                                  transaction-name
                                                  callback
                                                  callback-parameter)
(with-newrelic-transaction-and-callback-parameter category
                                                  transaction-name
                                                  custom-params
                                                  callback
                                                  callback-parameter)

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

× close