Uses of Class
dev.dokimos.server.entity.Trace
Packages that use Trace
Package
Description
-
Uses of Trace in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 with parameters of type Trace -
Uses of Trace in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return TraceMethods in dev.dokimos.server.entity with parameters of type Trace -
Uses of Trace in dev.dokimos.server.repository
Methods in dev.dokimos.server.repository that return types with arguments of type TraceModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Trace> TraceRepositoryFragment.findAllOrdered(org.springframework.data.domain.Pageable pageable, TenantScope scope) Lists traces newest first within the scope, paginated.org.springframework.data.domain.Page<Trace> TraceRepositoryFragmentImpl.findAllOrdered(org.springframework.data.domain.Pageable pageable, TenantScope scope) org.springframework.data.domain.Page<Trace> TraceRepositoryFragment.findByProjectId(UUID projectId, org.springframework.data.domain.Pageable pageable, TenantScope scope) Lists a project's traces newest first within the scope, paginated.org.springframework.data.domain.Page<Trace> TraceRepositoryFragmentImpl.findByProjectId(UUID projectId, org.springframework.data.domain.Pageable pageable, TenantScope scope) TraceRepositoryFragment.findByTraceId(String traceId) Looks up a trace by its OTLP trace id regardless of tenant.TraceRepositoryFragmentImpl.findByTraceId(String traceId) -
Uses of Trace in dev.dokimos.server.service
Methods in dev.dokimos.server.service with parameters of type TraceModifier and TypeMethodDescriptionintTraceEvalEnqueuer.enqueueForTrace(Trace trace) Enqueues online eval jobs for a persisted trace.