Skip to content

Commit a71cf30

Browse files
committed
Updates after merging from main
1 parent b6d4ce8 commit a71cf30

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

disk-buffering/src/main/java/io/opentelemetry/contrib/disk/buffering/exporters/SpanToDiskExporter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/** Exporter that stores spans into disk. */
1919
public final class SpanToDiskExporter implements SpanExporter {
20-
private static final SignalType TYPE = SignalType.SPAN;
2120

2221
private final SignalStorageExporter<SpanData> storageExporter;
2322
private final ExporterCallback<SpanData> callback;

disk-buffering/src/main/java/io/opentelemetry/contrib/disk/buffering/storage/impl/FileStorageConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import static java.util.concurrent.TimeUnit.SECONDS;
1010

1111
import com.google.auto.value.AutoValue;
12-
import java.io.File;
1312

1413
/** Defines how the storage should be managed. */
1514
@AutoValue

0 commit comments

Comments
 (0)