Uses of Record Class
dev.dokimos.server.dto.v1.TraceSummary
Packages that use TraceSummary
Package
Description
-
Uses of TraceSummary in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 that return types with arguments of type TraceSummaryModifier and TypeMethodDescriptionTraceController.listTraces(UUID projectId, int page, int size, jakarta.servlet.http.HttpServletRequest http) Lists ingested traces newest first, optionally filtered to a project. -
Uses of TraceSummary in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return TraceSummary -
Uses of TraceSummary in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return types with arguments of type TraceSummaryModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TraceSummary> TraceQueryService.listTraces(UUID projectId, org.springframework.data.domain.Pageable pageable, TenantScope scope) Lists traces newest first, optionally filtered to a project.