Uses of Class
io.opentelemetry.sdk.trace.AnchoredClock
Packages that use AnchoredClock
-
Uses of AnchoredClock in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace declared as AnchoredClockMethods in io.opentelemetry.sdk.trace that return AnchoredClockModifier and TypeMethodDescriptionstatic AnchoredClock
Returns aAnchoredClock
.(package private) AnchoredClock
SdkSpan.getClock()
Returns theAnchoredClock
used by thisSpan
.Constructors in io.opentelemetry.sdk.trace with parameters of type AnchoredClockModifierConstructorDescriptionprivate
SdkSpan
(SpanContext context, String name, InstrumentationScopeInfo instrumentationScopeInfo, SpanKind kind, SpanContext parentSpanContext, SpanLimits spanLimits, SpanProcessor spanProcessor, AnchoredClock clock, Resource resource, AttributesMap attributes, List<LinkData> links, int totalRecordedLinks, long startEpochNanos)