Liking cljdoc? Tell your friends :D

full.metrics.newrelic


is-enabled?clj

source

newrelic-requestclj

(newrelic-request ring-request)

Takes a Ring request and returns a com.newrelic.api.agent.Request.

Takes a Ring request and returns a com.newrelic.api.agent.Request.
sourceraw docstring

newrelic-responseclj

(newrelic-response ring-response)

Takes a Ring response and returns a com.newrelic.api.agent.Response.

Takes a Ring response and returns a com.newrelic.api.agent.Response.
sourceraw docstring

report-errorclj

(report-error ex)

Sends any sort of error to the New Relic agent. We expect the agent calls to return quickly and that New Relic doesn't block us if there is an issue communicating with the mother ship. Properly handles exceptions with ex-data.

Sends any sort of error to the New Relic agent. We expect the agent
calls to return quickly and that New Relic doesn't block us if there
is an issue communicating with the mother ship. Properly handles
exceptions with ex-data.
sourceraw docstring

trace>clj

(trace> handler>)
source

tracerAsyncclj

(tracerAsync handler> request)

Named tracerAsync since the new relic extension expects java compliant names. Simple async function that sets request/response data on new relic tx. No dive down into mysql queries, etc yet.

Named tracerAsync since the new relic extension expects java compliant names.
Simple async function that sets request/response data on new relic tx.
No dive down into mysql queries, etc yet.
sourceraw docstring

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

× close