Interface | Description |
---|---|
Clock |
Interface for getting the current time.
|
Class | Description |
---|---|
CompletableResultCode |
This class models JDK 8's CompletableFuture to afford migration should Open Telemetry's SDK
select JDK 8 or greater as a baseline, and also to offer familiarity to developers.
|
DaemonThreadFactory |
A
ThreadFactory that delegates to MoreExecutors.platformThreadFactory() and marks
all threads as daemon. |
InstrumentationLibraryInfo |
Holds information about the instrumentation library specified when creating an instance of
Tracer using the Tracer Provider. |