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 AnchoredClockReturns aAnchoredClock.(package private) AnchoredClockSdkSpan.getClock()Returns theAnchoredClockused by thisSpan.Constructors in io.opentelemetry.sdk.trace with parameters of type AnchoredClockModifierConstructorDescriptionprivateSdkSpan(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)