io.pedestal.tracing.spi
Defines the TracingSource protocol, and provides implementations on nil and on OpenTelemetry’s Tracer.
TracingSource
protocol
members
create-span
(create-span this operation-name attributes)
Creates a new SpanBuilder, from which a Span can be created; additional functions in io.pedestal.telemetry allow the span to be configured prior to being activated.