Skip to Content
RiusInteroperability

Interoperability

Rius is convention-native OpenTelemetry: you can send traces without the SDK, from OpenLLMetry, OpenInference, vanilla OTel SDKs, or any OTLP-speaking collector.

Two kinds of pages here:

  • The span attribute reference is the contract: the OTLP endpoint, the attributes that drive taxonomy, model analytics, and cost, the GenAI message shape, and the supported-conventions matrix stating exactly what each attribute family gets today.
  • Sender guides wire specific setups to that contract: vanilla OTel SDKs for any language, OpenLLMetry and OpenInference for already-instrumented apps, and the OTel Collector for routed or fanned-out pipelines.

The native SDK is Python today (a JS/TS SDK is planned). Everything in this section works from any language now, because the endpoint is plain OTLP.

Last updated on