(event x)
Construct an event suitable for log!
Construct an event suitable for log!
(fail-with! span exception)
Finish a Span and mark it as an error.
Finish a Span and mark it as an error.
(log! span map-or-message)
(log! span epoch-micros map-or-message)
Log data to a span
Log data to a span
(set-tag! span tag-key tag-val)
Sets a tag on an existing span.
Sets a tag on an existing span.
(-builder-with-tag value key span-builder)
(-span-set-tag value key span)
(with-tag tag-key tag-val)
Add a tag when a span is started. Example: (span/start foo (tag :k "v"))
Add a tag when a span is started. Example: (span/start foo (tag :k "v"))
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close