Installation
Classes
RespanTraceProcessor
| Parameter | Type | Default | Description |
|---|---|---|---|
apiKey | string | — | Respan API key. |
endpoint | string | undefined | undefined | Ingest endpoint URL. |
RespanSpanExporter / RespanOpenAIAgentsTracingExporter
Advanced exporter with full tracing support.Span data types
| Type | Description |
|---|---|
ResponseSpanData | LLM response data |
FunctionSpanData | Tool/function call data |
GenerationSpanData | Text generation data |
HandoffSpanData | Agent-to-agent handoff data |
AgentSpanData | Agent execution data |
GuardrailSpanData | Guardrail check data |
CustomSpanData | Custom span data |