pub fn register_otel_source(registry: &ConnectorRegistry)Expand description
Registers the OTel source connector with the given registry.
After registration, the runtime can instantiate OtelSource by
name when processing CREATE SOURCE ... FROM OTEL (...).