Dash0 acquires Polar Signals

Component schema

WebEventExportFormat

string1 direct reference

Definition

The serialization format of the exported file.

  • txt: One rendered line per web event, carrying a fixed field set of timestamp, service, event name, title, duration and trace ID. Ignores columns.
  • ndjson: One OTLP JSON payload per line, each carrying a single web event inside the same resourceLogs envelope GetWebEvents returns — web events are stored as OTLP log records — so each line is independently parseable by any OTLP JSON consumer.
  • yaml: The same per-event OTLP payloads as ndjson, as a multi-document YAML stream with documents separated by ---.
  • csv: A header row plus one row per web event, flattened to the requested columns.
string
Allowed values"txt""ndjson""yaml""csv"

Used by 1

These schemas and endpoints reference this type directly.