Qdrant (tracing)
Qdrant (tracing)
Qdrant is an open-source vector similarity search engine with filtering, payload indexing, multiple distance metrics, and local or hosted deployments. The Respan-owned Qdrant instrumentation traces synchronous and asynchronous client operations as canonical task spans.
Set up Respan
Create an account at platform.respan.ai and grab an API key.
Run npx @respan/cli setup to set up with your coding agent.
Example projects
Tracing
Setup
Set environment variables
RESPAN_API_KEY is used to export traces to Respan. Qdrant’s in-memory mode keeps this quickstart independent of an external Qdrant server.
View your trace
Open the Traces page and search for workflow name qdrant_queries_and_filters_workflow.
Covered operations
The instrumentor covers collection lifecycle and administration, point upserts and deletes, payload and vector mutations, retrieval and scrolling, filtered and batch queries, facets, snapshots, and their asynchronous equivalents when provided by AsyncQdrantClient.
Content capture
Request arguments and operation results are captured by default. Disable them when vectors, payloads, or query results should not be attached to spans:
Operation names, status, and database attributes are still emitted when content capture is disabled.