Liking cljdoc? Tell your friends :D

clojure-elastic-apm.core


activateclj

(activate span-or-tx)
source

add-tagcljdeprecated

(add-tag span-or-tx k v)
source

apm-span*clj

(apm-span* create-span-fn func)
(apm-span* create-span-fn func opts)
source

apm-transaction*clj

(apm-transaction* func)
(apm-transaction* func opts)
source

capture-exceptionclj

(capture-exception span-or-tx e)
source

catch-error-to-apmclj

(catch-error-to-apm thunk)
source

create-exit-spanclj

(create-exit-span {parent :parent
                   span-name :name
                   labels :labels
                   type :type
                   subtype :subtype
                   action :action})
source

create-spanclj

(create-span)
(create-span {parent :parent span-name :name labels :labels tags :tags})
source

current-apm-spanclj

(current-apm-span)
source

current-apm-transactionclj

(current-apm-transaction)
source

endclj

(end span-or-tx)
source

outcome-failureclj

source

outcome-successclj

source

outcome-unknownclj

source

set-labelclj

(set-label span-or-tx k v)
source

set-nameclj

(set-name span-or-tx name)
source

set-outcomeclj

(set-outcome span-or-tx outcome)
source

set-outcome-failureclj

(set-outcome-failure span-or-tx)
source

set-outcome-successclj

(set-outcome-success span-or-tx)
source

set-outcome-unknownclj

(set-outcome-unknown span-or-tx)
source

set-resultclj

(set-result tx result)
source

start-transactionclj

(start-transaction)
(start-transaction {tx-name :name
                    tx-type :type
                    tags :tags
                    labels :labels
                    traceparent :traceparent})
source

trace-extractorclj

(trace-extractor traceparent)
source

type-requestclj

source

with-apm-exit-spancljmacro

(with-apm-exit-span binding & body)
source

with-apm-spancljmacro

(with-apm-span binding & body)
source

with-apm-transactioncljmacro

(with-apm-transaction binding & body)
source

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

× close