Package io.quarkus.jaeger.runtime
Interface ReporterFactory
-
- All Known Implementing Classes:
ZipkinReporterFactoryImpl
public interface ReporterFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.jaegertracing.spi.ReportercreateReporter(String endpoint)
-
-
-
Method Detail
-
createReporter
io.jaegertracing.spi.Reporter createReporter(String endpoint)
-
-