Currently migrating from Helidon 2.x to 3.x , hence making the tracing related changes. Previously was using MockTracer to test spans in Unit Tests. Would like to know if there is a similar alternative to io.opentracing.mock.MockTracer in helidon 3.x
Currently could not find any alternative to MockTracer. Previously was using tracer.finishedSpans() method in UTs
You can get a noOp tracer, see https://helidon.io/docs/v3/apidocs/io.helidon.tracing/io/helidon/tracing/Tracer.html