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.Throwable
GlobalOpenTelemetry. 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. completionActions
private java.lang.Boolean
CompletableResultCode. succeeded
private java.lang.Throwable
CompletableResultCode. 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 AttributesMap
SdkReadWriteLogRecord. 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 long
DoubleExplicitBucketHistogramAggregator.Handle. count
private long[]
DoubleExplicitBucketHistogramAggregator.Handle. counts
private double
DoubleExplicitBucketHistogramAggregator.Handle. max
private double
DoubleExplicitBucketHistogramAggregator.Handle. min
private double
DoubleExplicitBucketHistogramAggregator.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 AttributesMap
SdkSpan. attributes
private long
SdkSpan. endEpochNanos
private java.util.List<EventData>
SdkSpan. events
private SdkSpan.EndState
SdkSpan. hasEnded
(package private) java.util.List<LinkData>
SdkSpan. links
private java.lang.String
SdkSpan. name
private java.lang.Thread
SdkSpan. spanEndingThread
The thread on whichSdkSpan.end()
is called and which will be invoking theSpanProcessor
s.private StatusData
SdkSpan. status
private int
SdkSpan. totalRecordedEvents
private int
SdkSpan. totalRecordedLinks
Methods in io.opentelemetry.sdk.trace with annotations of type GuardedBy Modifier and Type Method Description private Attributes
SdkSpan. getImmutableAttributes()
private java.util.List<LinkData>
SdkSpan. getImmutableLinks()
private java.util.List<EventData>
SdkSpan. getImmutableTimedEvents()
private boolean
SdkSpan. isModifiableByCurrentThread()
-