Skip to main content

Module source

Module source 

Source
Expand description

SourceConnector implementation for the OTel OTLP/gRPC receiver.

Spawns a tonic gRPC server that accepts OTLP export RPCs for traces, metrics, or logs (one signal type per source), converts to Arrow RecordBatch, and delivers them via poll_batch().

Structsยง

OtelSource
OTel OTLP/gRPC source connector.