OptionaladditionalOptionaladditionalAdditional ctx.run() span attributes to attach alongside
restate.run.name.
OptionalrunWhen true, create child spans for ctx.run() closures that actually
execute. Replayed journaled runs are skipped by the hook system.
OptionalsuppressWhen true, suppress span events added to the attempt span while the
invocation is replaying journaled work. Attributes are still recorded.
This affects only the attempt span; ctx.run() spans are only created
when the run closure actually executes.
Tracer used to create Restate spans.
You can pass a single tracer instance, or resolve one per request (for example to vary the instrumentation scope by service).
Additional attempt span attributes to attach alongside the standard Restate attributes.