Liking cljdoc? Tell your friends :D

new-reliquary.core


add-custom-parameterclj

(add-custom-parameter key val)
source

ignore-transactionclj

(ignore-transaction)
source

NewRelicTracablecljprotocol

doTransactionclj

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

traceclj

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

notice-errorclj

(notice-error error)
source

set-request-responseclj

(set-request-response req res)
source

set-transaction-nameclj

(set-transaction-name category name)
source

with-newrelic-transactionclj

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

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)
source

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