Interface: CursorPaginationParams
Defined in: types/entry.types.ts:393
Cursor-based pagination parameters with optional filters
Properties
afterSequence?
optionalafterSequence:number
Defined in: types/entry.types.ts:396
beforeSequence?
optionalbeforeSequence:number
Defined in: types/entry.types.ts:395
filters?
optionalfilters:object
Defined in: types/entry.types.ts:398
batchOperations?
optionalbatchOperations:string[]
batchStatuses?
optionalbatchStatuses:string[]
cacheOperations?
optionalcacheOperations:string[]
commandNames?
optionalcommandNames:string[]
commandStatuses?
optionalcommandStatuses:string[]
contexts?
optionalcontexts:string[]
controllers?
optionalcontrollers:string[]
dumpFormats?
optionaldumpFormats:string[]
dumpOperations?
optionaldumpOperations:string[]
dumpStatuses?
optionaldumpStatuses:string[]
entities?
optionalentities:string[]
eventNames?
optionaleventNames:string[]
from?
optionalfrom:string
The window an entry has to fall inside, as ISO 8601 instants.
Strings rather than Dates: these arrive from a query string, they are
compared against createdAt which is a string, and SQLite compares them
as text. Turning them into Dates and back was a conversion in both
directions for no gain.
gateNames?
optionalgateNames:string[]
gateResults?
optionalgateResults:string[]
hasErrors?
optionalhasErrors:boolean
hasN1?
optionalhasN1:boolean
hostnames?
optionalhostnames:string[]
ips?
optionalips:string[]
jobNames?
optionaljobNames:string[]
jobStatuses?
optionaljobStatuses:string[]
levels?
optionallevels:string[]
mailStatuses?
optionalmailStatuses:string[]
maxDuration?
optionalmaxDuration:number
methods?
optionalmethods:string[]
minDuration?
optionalminDuration:number
How long the thing took, in milliseconds.
Every entry that measures anything carries duration, and there was no
way to ask about it: the only related filter was slow, a boolean the
query watcher sets from its own threshold, so "requests over 500ms" —
the first question anybody asks a debugging tool — had no answer.
modelActions?
optionalmodelActions:string[]
modelSources?
optionalmodelSources:string[]
names?
optionalnames:string[]
notificationStatuses?
optionalnotificationStatuses:string[]
notificationTypes?
optionalnotificationTypes:string[]
operationNames?
optionaloperationNames:string[]
operationTypes?
optionaloperationTypes:string[]
paths?
optionalpaths:string[]
queryTypes?
optionalqueryTypes:string[]
queues?
optionalqueues:string[]
redisCommands?
optionalredisCommands:string[]
redisStatuses?
optionalredisStatuses:string[]
requestId?
optionalrequestId:string
Everything one request produced.
resolved?
optionalresolved:boolean
scheduleNames?
optionalscheduleNames:string[]
scheduleStatuses?
optionalscheduleStatuses:string[]
search?
optionalsearch:string
slow?
optionalslow:boolean
sources?
optionalsources:string[]
statuses?
optionalstatuses: (number|"ERR")[]
tags?
optionaltags:string[]
to?
optionalto:string
viewFormats?
optionalviewFormats:string[]
viewStatuses?
optionalviewStatuses:string[]
limit?
optionallimit:number
Defined in: types/entry.types.ts:394