Relay Logs - Replay Chunks

Last modified on August 26, 2024

FieldTypeDescriptionExample
chunkIdIntegerIncrementing identifier of the chunk12345
eventsArrayList of chunk events, each containing the data and duration of the event in milliseconds[ { "duration": 12345, "data": "sampleData" } ]
hashStringSHA-1 hash of the body of the query"b5cc17d3a35877ca8b76f0b2e07497039c250696"
timestampStringTime of the start event, formatted as datetime"2024-08-01T13:13:20.895597162Z"
typeStringType of log entry"chunk"
uuidStringUnique identifier of the query"0CEGCEGCEGCEGCEGCEGCE1234ceg"
Top