Liking cljdoc? Tell your friends :D

otel.otel


current-spanclj

(current-span)
source

default-optsclj

source

end-spanclj

(end-span span)

Simply calls .end on a span. This was being used to fix an unresolvable field reference warning.

Simply calls .end on a span. This was being used to fix an unresolvable field reference warning.
sourceraw docstring

spanclj

(span span-name)
(span span-name opts)

Create a span. The optional opts can set various properties on the span, and when not provided uses default-opts.

Create a span. The optional `opts` can set various properties on the span,
and when not provided uses `default-opts`.
sourceraw docstring

span-kindsclj

source

span-scopeclj

(span-scope span)

Open a Scope for a Span, to be used with with-open

Open a Scope for a Span, to be used with with-open
sourceraw docstring

tracerclj

(tracer)

Set up a tracer using the OpenTelemetry API

Set up a tracer using the OpenTelemetry API
sourceraw docstring

with-spancljmacro

(with-span span-binding & body)
source

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

× close