We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb76612 commit 953d4b1Copy full SHA for 953d4b1
docs/apidiffs/current_vs_latest/opentelemetry-sdk.txt
@@ -1,2 +1,2 @@
1
Comparing source compatibility of opentelemetry-sdk-1.53.0-SNAPSHOT.jar against opentelemetry-sdk-1.52.0.jar
2
-No changes.
+No changes.
sdk/all/src/main/java/io/opentelemetry/sdk/internal/WithShutdown.java
@@ -12,6 +12,12 @@
12
import java.io.Closeable;
13
import java.util.concurrent.TimeUnit;
14
15
+/**
16
+ * Class that provides a shutdown method to close the SDK components gracefully.
17
+ *
18
+ * <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
19
+ * at any time.
20
+ */
21
public interface WithShutdown extends Closeable {
22
/**
23
* Shutdown the SDK. Calls {@link SdkTracerProvider#shutdown()}, {@link
0 commit comments