Uses of Record Class
com.loomcache.server.observability.DistributedTracer.TimestampedEvent
Packages that use DistributedTracer.TimestampedEvent
-
Uses of DistributedTracer.TimestampedEvent in com.loomcache.server.observability
Methods in com.loomcache.server.observability that return types with arguments of type DistributedTracer.TimestampedEventModifier and TypeMethodDescriptionDistributedTracer.Span.events()Returns the value of theeventsrecord component.Constructor parameters in com.loomcache.server.observability with type arguments of type DistributedTracer.TimestampedEventModifierConstructorDescriptionSpan(String traceId, String spanId, @Nullable String parentSpanId, String operationName, long startTimeNs, long endTimeNs, DistributedTracer.SpanStatus status, Map<String, String> attributes, List<DistributedTracer.TimestampedEvent> events) Create a Span with all fields.