Closed asad-awadia closed 5 years ago
I am using jaeger client 0.32 and do not even have a startActive function ??
try (Scope scope = tracer.buildSpan("say-hello").startActive(true)) { scope.span().setTag("hello-to", helloTo); String helloStr = formatString(helloTo); printHello(helloStr); }
Was it removed? Am I using the incorrect version?
I am using jaeger client 0.32 and do not even have a startActive function ??
Was it removed? Am I using the incorrect version?