Module otel

Module otel 

Source
Expand description

OTLP reader path: attribute helpers, block processors, and the otel_spans view.

Modules§

attrs
Helpers for OTel attribute / AnyValue → JSONB translation Converts OTel KeyValue arrays + scalar AnyValue instances to JSONB bytes.
logs_block_processor
Implementation of BlockProcessor for OTel logs BlockProcessor for OTLP ResourceLogs payloads → log_entries rows.
metrics_block_processor
Implementation of BlockProcessor for OTel metrics (Sum / Gauge → measures) BlockProcessor for OTLP ResourceMetrics payloads → measures rows.
spans_block_processor
Implementation of BlockProcessor for OTel spans BlockProcessor for OTLP ResourceSpans payloads → otel_spans rows.
spans_table
Arrow schema for the otel_spans view Arrow schema for the otel_spans view.
spans_view
JIT-only per-process view of OTel spans Per-process JIT view of OTel spans.