Interface OpenTelemetryFactory


  • public interface OpenTelemetryFactory
    A service provider interface (SPI) for a OpenTelemetry. Fully qualified class name of the implementation should be registered in a resource file META-INF/services/io.opentelemetry.spi.OpenTelemetryFactory.

    A specific implementation can be selected by setting the system property io.opentelemetry.spi.OpenTelemetryFactory with the value of the fully qualified class name.