Skip to content

Commit

Permalink
Deprecate SpanExporterFactory in favor of ConfigurableSpanExporterPro…
Browse files Browse the repository at this point in the history
…vider (#3299)
  • Loading branch information
Mateusz Rzeszutek committed Jun 14, 2021
1 parent 62f1f49 commit 1982065
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
* A {@link SpanExporterFactory} acts as the bootstrap for a {@link SpanExporter} implementation. An
* exporter must register its implementation of a {@link SpanExporterFactory} through the Java SPI
* framework.
*
* @deprecated Use {@code io.opentelemetry.sdk.autoconfigure.spi.ConfigurableSpanExporterProvider}
* from the {@code opentelemetry-sdk-extension-autoconfigure} instead.
*/
@Deprecated
public interface SpanExporterFactory {
/**
* Creates an instance of a {@link SpanExporter} based on the provided configuration.
Expand Down

0 comments on commit 1982065

Please sign in to comment.