FD1 Client Protocol

tufe.trace Schema

Trace lines. This schema is returned for the firehose debugscope.trace The messages on that firehose do not include "sc" value, as they are always "sc: tufe.trace" and saving a few bytes given the potentially high volume of trace messages is worth it.

FieldDescription
msg Free form text message
msg2 Free form text message. Additional to msg, for applications that want to seperate message text for some reason
utfx Number of characters in msg that were not valid UTF8 and altered to "." Only included if characters were replaced. There is no indication as to which characters were replaced, only that N replacements were made.
thrCurrent thread id
fpFlowPoint
rveCurrent RVE

Example

{
    "v": {
        "msg": "Checking Printer 'Bobs private printer AB...II'",
        "utfx": 2,
        "thr": 21384,
        "fp": 1008260102,
        "rve": 20260116.134823
    }
}