C E F G H I J M N O R S W 
All Classes All Packages

C

Clock - Interface in io.opentelemetry.sdk.common
Interface for getting the current time.
CompletableResultCode - Class in io.opentelemetry.sdk.common
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.
CompletableResultCode() - Constructor for class io.opentelemetry.sdk.common.CompletableResultCode
 
create() - Method in class io.opentelemetry.sdk.resources.ResourceProvider
 
create(Attributes) - Static method in class io.opentelemetry.sdk.resources.Resource
Returns a Resource.
create(String, String) - Static method in class io.opentelemetry.sdk.common.InstrumentationLibraryInfo
Creates a new instance of InstrumentationLibraryInfo.

E

empty() - Static method in class io.opentelemetry.sdk.common.InstrumentationLibraryInfo
Returns an "empty" InstrumentationLibraryInfo.
empty() - Static method in class io.opentelemetry.sdk.resources.Resource
Returns an empty Resource.

F

fail() - Method in class io.opentelemetry.sdk.common.CompletableResultCode
Complete this CompletableResultCode unsuccessfully if it is not already completed.

G

getAttributes() - Method in class io.opentelemetry.sdk.resources.Resource
Returns a map of attributes that describe the resource.
getAttributes() - Method in class io.opentelemetry.sdk.resources.ResourceProvider
 
getDefault() - Static method in class io.opentelemetry.sdk.resources.Resource
Returns the default Resource.
getName() - Method in class io.opentelemetry.sdk.common.InstrumentationLibraryInfo
Returns the name of the instrumentation library.
getVersion() - Method in class io.opentelemetry.sdk.common.InstrumentationLibraryInfo
Returns the version of the instrumentation library, or null if not available.

H

hashCode() - Method in class io.opentelemetry.sdk.resources.Resource
 

I

InstrumentationLibraryInfo - Class in io.opentelemetry.sdk.common
Holds information about the instrumentation library specified when creating an instance of Tracer using the Tracer Provider.
io.opentelemetry.sdk.common - package io.opentelemetry.sdk.common
Common utilities used by all SDK components.
io.opentelemetry.sdk.resources - package io.opentelemetry.sdk.resources
API for resource information population.
isDone() - Method in class io.opentelemetry.sdk.common.CompletableResultCode
Returns whether this CompletableResultCode has completed.
isSuccess() - Method in class io.opentelemetry.sdk.common.CompletableResultCode
Obtain the current state of completion.

J

join(long, TimeUnit) - Method in class io.opentelemetry.sdk.common.CompletableResultCode
Waits for the specified amount of time for this CompletableResultCode to complete.

M

merge(Resource) - Method in class io.opentelemetry.sdk.resources.Resource
Returns a new, merged Resource by merging the current Resource with the other Resource.

N

nanoTime() - Method in interface io.opentelemetry.sdk.common.Clock
Returns a time measurement with nanosecond precision that can only be used to calculate elapsed time.
now() - Method in interface io.opentelemetry.sdk.common.Clock
Obtains the current epoch timestamp in nanos from this clock.

O

ofAll(Collection<CompletableResultCode>) - Static method in class io.opentelemetry.sdk.common.CompletableResultCode
Returns a CompletableResultCode that completes after all the provided CompletableResultCodes complete.
ofFailure() - Static method in class io.opentelemetry.sdk.common.CompletableResultCode
Returns a CompletableResultCode that has been completed unsuccessfully.
ofSuccess() - Static method in class io.opentelemetry.sdk.common.CompletableResultCode
Returns a CompletableResultCode that has been completed successfully.

R

Resource - Class in io.opentelemetry.sdk.resources
Resource represents a resource, which capture identifying information about the entities for which signals (stats or traces) are reported.
ResourceProvider - Class in io.opentelemetry.sdk.resources
ResourceProvider is a service provider for additional Resources.
ResourceProvider() - Constructor for class io.opentelemetry.sdk.resources.ResourceProvider
 

S

succeed() - Method in class io.opentelemetry.sdk.common.CompletableResultCode
Complete this CompletableResultCode successfully if it is not already completed.

W

whenComplete(Runnable) - Method in class io.opentelemetry.sdk.common.CompletableResultCode
Perform an action on completion.
C E F G H I J M N O R S W 
All Classes All Packages