VoltAgentObservability, then pass userId / conversationId per call.
1. Install
Already have@voltagent/core and @opentelemetry/exporter-trace-otlp-proto? Skip.
No setup yet?
2. Wire the OTel exporter pointing at Agnost
Already haveVoltAgentObservability? Append a span processor for Agnost to the existing spanProcessors array:
3. Pass userId / conversationId per call
userId → user.id and conversationId → conversation.id on every span: both read directly by Agnost for user / session grouping.
