Component schema
Span Export Format
string1 direct reference
Definition
The serialization format of the exported file.
txt: One rendered span line per record, carrying a fixed field set of start timestamp, service, span name, duration, kind, status code, trace ID and span ID. Ignorescolumns.ndjson: One OTLP JSON payload per line, each carrying a single span inside the sameresourceSpansenvelopeGetSpansreturns, so each line is independently parseable by any OTLP JSON consumer.yaml: The same per-span OTLP payloads asndjson, as a multi-document YAML stream with documents separated by---.csv: A header row plus one row per span, flattened to the requestedcolumns.
string
Allowed values
"txt""ndjson""yaml""csv"Used by 1
These schemas and endpoints reference this type directly.