Uses of Record Class
dev.dokimos.server.dto.v1.SpanView
Packages that use SpanView
-
Uses of SpanView in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return SpanViewMethods in dev.dokimos.server.dto.v1 that return types with arguments of type SpanViewModifier and TypeMethodDescriptionTraceDetail.spans()Returns the value of thespansrecord component.Constructor parameters in dev.dokimos.server.dto.v1 with type arguments of type SpanViewModifierConstructorDescriptionTraceDetail(UUID id, String traceId, UUID projectId, String tenantId, String rootSpanName, int spanCount, Long startTimeUnixNano, Long endTimeUnixNano, Instant createdAt, Instant expiresAt, List<SpanView> spans, List<TraceEvalJobView> evalJobs) Creates an instance of aTraceDetailrecord class.