Liking cljdoc? Tell your friends :D

clojure-elastic-apm.core


activateclj

(activate span-or-tx)
source

add-tagclj

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

apm-span*clj

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

apm-transaction*clj

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

capture-exceptionclj

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

create-spanclj

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

current-apm-spanclj

(current-apm-span)
source

current-apm-transactionclj

(current-apm-transaction)
source

endclj

(end span-or-tx)
source

set-nameclj

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

start-transactionclj

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

type-requestclj

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