Is there a mock tracer implementation for io.helidon.tracing.Tracer?

50 views Asked by At

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

1

There are 1 answers

2
Arjav Desai On