Module dmx.fun.tracing
module dmx.fun.tracing
Micrometer Tracing adapter for dmx-fun.
Instruments Try and Result executions with
distributed tracing spans. Each execution opens a named span, tags it with
outcome=success|failure, and on failure also records the exception class
and marks the span as error.
micrometer-tracing is declared as a peer dependency (compileOnly);
users must provide it and a backend bridge (e.g.
micrometer-tracing-bridge-otel or micrometer-tracing-bridge-brave)
at runtime.
-
Packages
ExportsIndirect Exports -
Modules
Requires