OpenInference Instrumentor
Use any OpenInference instrumentor with Respan.
@respan/instrumentation-openinference adapts OpenInference instrumentors for the Respan TypeScript SDK. Respan auto-enriches OpenInference spans into the Traceloop/GenAI format.
Install
Then install the specific OpenInference instrumentor:
How it works
OpenInference spans carry attributes like openinference.span.kind, llm.model_name, input.value, etc. Respan’s composite processor automatically maps these to Traceloop/GenAI equivalents so they appear correctly in the dashboard.
See OpenTelemetry integration for the full attribute mapping.