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 longDoubleExplicitBucketHistogramAggregator.Handle.countprivate final 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 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 AttributesMapSdkSpan.attributesprivate longSdkSpan.endEpochNanosSdkSpan.eventsprivate SdkSpan.EndStateSdkSpan.hasEndedSdkSpan.linksprivate StringSdkSpan.nameprivate 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 GuardedByModifier and TypeMethodDescriptionprivate AttributesSdkSpan.getImmutableAttributes()SdkSpan.getImmutableLinks()SdkSpan.getImmutableTimedEvents()private booleanSdkSpan.isModifiableByCurrentThread()