Uses of Class
io.opentelemetry.api.internal.GuardedBy
-
Packages that use GuardedBy Package Description io.opentelemetry.api The OpenTelemetry API.io.opentelemetry.sdk.common Common utilities used by all SDK components.io.opentelemetry.sdk.internal Interfaces and implementations that are internal to OpenTelemetry.io.opentelemetry.sdk.logs The OpenTelemetry SDK implementation of logging.io.opentelemetry.sdk.metrics The SDK implementation of metrics.io.opentelemetry.sdk.metrics.internal.aggregator Metric aggregators.io.opentelemetry.sdk.metrics.internal.state io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
-
Uses of GuardedBy in io.opentelemetry.api
Fields in io.opentelemetry.api with annotations of type GuardedBy Modifier and Type Field Description private static java.lang.ThrowableGlobalOpenTelemetry. setGlobalCaller -
Uses of GuardedBy in io.opentelemetry.sdk.common
Fields in io.opentelemetry.sdk.common with annotations of type GuardedBy Modifier and Type Field Description private java.util.List<java.lang.Runnable>CompletableResultCode. completionActionsprivate java.lang.BooleanCompletableResultCode. succeededprivate java.lang.ThrowableCompletableResultCode. throwable -
Uses of GuardedBy in io.opentelemetry.sdk.internal
Fields in io.opentelemetry.sdk.internal with annotations of type GuardedBy Modifier and Type Field Description private java.util.Set<V>ComponentRegistry. allComponents -
Uses of GuardedBy in io.opentelemetry.sdk.logs
Fields in io.opentelemetry.sdk.logs with annotations of type GuardedBy Modifier and Type Field Description private AttributesMapSdkReadWriteLogRecord. attributes -
Uses of GuardedBy in io.opentelemetry.sdk.metrics
Fields in io.opentelemetry.sdk.metrics with annotations of type GuardedBy Modifier and Type Field Description private java.util.List<CallbackRegistration>SdkMeter. callbackRegistrations -
Uses of GuardedBy in io.opentelemetry.sdk.metrics.internal.aggregator
Fields in io.opentelemetry.sdk.metrics.internal.aggregator with annotations of type GuardedBy Modifier and Type Field Description private longDoubleExplicitBucketHistogramAggregator.Handle. countprivate long[]DoubleExplicitBucketHistogramAggregator.Handle. countsprivate doubleDoubleExplicitBucketHistogramAggregator.Handle. maxprivate doubleDoubleExplicitBucketHistogramAggregator.Handle. minprivate doubleDoubleExplicitBucketHistogramAggregator.Handle. sum -
Uses of GuardedBy in io.opentelemetry.sdk.metrics.internal.state
Fields in io.opentelemetry.sdk.metrics.internal.state with annotations of type GuardedBy Modifier and Type Field Description private java.util.Map<MetricDescriptor,MetricStorage>MetricStorageRegistry. registry -
Uses of GuardedBy in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace with annotations of type GuardedBy Modifier and Type Field Description private AttributesMapSdkSpan. attributesprivate longSdkSpan. endEpochNanosprivate java.util.List<EventData>SdkSpan. eventsprivate SdkSpan.EndStateSdkSpan. hasEnded(package private) java.util.List<LinkData>SdkSpan. linksprivate java.lang.StringSdkSpan. nameprivate java.lang.ThreadSdkSpan. spanEndingThreadThe thread on whichSdkSpan.end()is called and which will be invoking theSpanProcessors.private StatusDataSdkSpan. statusprivate intSdkSpan. totalRecordedEventsprivate intSdkSpan. totalRecordedLinksMethods in io.opentelemetry.sdk.trace with annotations of type GuardedBy Modifier and Type Method Description private AttributesSdkSpan. getImmutableAttributes()private java.util.List<LinkData>SdkSpan. getImmutableLinks()private java.util.List<EventData>SdkSpan. getImmutableTimedEvents()private booleanSdkSpan. isModifiableByCurrentThread()
-