Liking cljdoc? Tell your friends :D

wagoe.observability.tracing.shell.adapters.logging

Logging tracer: records spans to the log (start, end + duration, events, exceptions). Useful for local development and for seeing the trace shape without standing up an OpenTelemetry collector. Not a sampled/exportable tracer — for real distributed tracing use the OTLP adapter.

A span carries a generated trace-id/span-id, a start timestamp, and an atom of accumulated attributes so set-attributes! calls made mid-span are folded in and appear on the final span.end line (matching how a real backend mutates its span object).

Logging tracer: records spans to the log (start, end + duration, events,
exceptions). Useful for local development and for seeing the trace shape
without standing up an OpenTelemetry collector. Not a sampled/exportable
tracer — for real distributed tracing use the OTLP adapter.

A span carries a generated trace-id/span-id, a start timestamp, and an atom
of accumulated attributes so `set-attributes!` calls made mid-span are folded
in and appear on the final `span.end` line (matching how a real backend
mutates its span object).
raw docstring

create-tracerclj

(create-tracer)
(create-tracer _config)
source

create-tracing-componentclj

(create-tracing-component)
(create-tracing-component _config)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close