Uses of Annotation Type
io.opentelemetry.api.internal.GuardedBy
Packages that use GuardedBy
Package
Description
The OpenTelemetry API.
Common utilities used by all SDK components.
Interfaces and implementations that are internal to OpenTelemetry.
The OpenTelemetry SDK implementation of logging.
The SDK implementation of metrics.
Metric aggregators.
The OpenTelemetry SDK implementation of tracing.
-
Uses of GuardedBy in io.opentelemetry.api
Fields in io.opentelemetry.api with annotations of type GuardedBy -
Uses of GuardedBy in io.opentelemetry.sdk.common
Fields in io.opentelemetry.sdk.common with annotations of type GuardedBy -
Uses of GuardedBy in io.opentelemetry.sdk.internal
Fields in io.opentelemetry.sdk.internal with annotations of type GuardedBy -
Uses of GuardedBy in io.opentelemetry.sdk.logs
Fields in io.opentelemetry.sdk.logs with annotations of type GuardedBy -
Uses of GuardedBy in io.opentelemetry.sdk.metrics
Fields in io.opentelemetry.sdk.metrics with annotations of type GuardedByModifier and TypeFieldDescriptionprivate final 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 GuardedByModifier and TypeFieldDescriptionprivate long
DoubleExplicitBucketHistogramAggregator.Handle.count
private final 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 GuardedByModifier and TypeFieldDescriptionprivate final Map
<MetricDescriptor, MetricStorage> MetricStorageRegistry.registry
-
Uses of GuardedBy in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace with annotations of type GuardedByModifier and TypeFieldDescriptionprivate AttributesMap
SdkSpan.attributes
private long
SdkSpan.endEpochNanos
SdkSpan.events
private SdkSpan.EndState
SdkSpan.hasEnded
SdkSpan.links
private String
SdkSpan.name
private 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 GuardedByModifier and TypeMethodDescriptionprivate Attributes
SdkSpan.getImmutableAttributes()
SdkSpan.getImmutableLinks()
SdkSpan.getImmutableTimedEvents()
private boolean
SdkSpan.isModifiableByCurrentThread()