id | string | Unique record identifier |
trace_id | string | OpenTelemetry trace ID (shared across related operations) |
span_id | string | OpenTelemetry span ID (unique to this operation) |
parent_span_id | string | Parent span for nested operations |
operation | string | Operation type (see below) |
upstream | string | Name of the upstream server that handled the request |
name | string | Tool, resource, or prompt name |
request | JSON | Full request payload |
response | JSON | Full response payload |
status | string | "success" or "error" |
error | string | Error message (if status is error) |
duration | duration | How long the operation took (nanoseconds) |
timestamp | datetime | When the operation occurred |
metadata | map | Additional key-value metadata |