opentelemetry-instrumentation-marqo
OpenTelemetry Marqo instrumentation
What it is and what it does
This package is an OpenTelemetry instrumentation plugin that automatically captures traces from the official Marqo vector database client library. When installed and initialized, it intercepts client-side calls to Marqo and emits structured trace data compatible with any OpenTelemetry-compliant backend (Jaeger, Datadog, etc.), enabling visibility into vector search latency, indexing operations, and error rates.
It's designed for developers already using OpenTelemetry for observability who want to extend tracing coverage to their Marqo vector database interactions. The instrumentation is passive—once initialized with a single method call, it requires no further code changes to the Marqo client usage itself.
Use it for:
- Monitor latency of vector search queries in production applications using OpenTelemetry backends.
- Correlate Marqo database calls with upstream application traces for end-to-end observability.
- Debug performance issues in vector indexing or search by inspecting detailed trace spans.
- Track error rates and failure modes in Marqo operations across distributed systems.
- Integrate Marqo observability into existing OpenTelemetry-based monitoring infrastructure.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds OpenTelemetry tracing to client-side calls to Marqo vector database, capturing traces of vector search and indexing operations.
Yes, if you are already using OpenTelemetry and Marqo together. The package is actively maintained, has no known vulnerabilities, and adds tracing with minimal install friction. If you are not yet using OpenTelemetry, this package alone does not justify adopting it—it is an instrumentation layer that requires an OpenTelemetry SDK and exporter already in place.
Install
opentelemetry-instrumentation-marqo on PyPI
pip
pip install opentelemetry-instrumentation-marqouv
uv add opentelemetry-instrumentation-marqopoetry
poetry add opentelemetry-instrumentation-marqoInstalling opentelemetry-instrumentation-marqo
Before you install
Low friction install with four lightweight OpenTelemetry dependencies. Package is actively maintained with a recent release (4 days old) and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows use in most projects, including commercial ones, with minimal restrictions.
Quickstart
pip install opentelemetry-instrumentation-marqo
from opentelemetry.instrumentation.marqo import MarqoInstrumentor
MarqoInstrumentor().instrument()
Requires Python 3.10 or later and an active OpenTelemetry SDK setup to export traces.
Verify before relying
- Whether instrumentation works with all Marqo client versions or specific versions only.
- What trace attributes and span types are captured for Marqo operations.
- Whether additional configuration is needed beyond calling instrument().
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<4,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — opentelemetry-api, opentelemetry-instrumentation, opentelemetry-semantic-conventions-ai, opentelemetry-semantic-conventions |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 6,794,113/month — #1,848 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: opentelemetry_instrumentation_marqo-0.62.3-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-qdrantAdds distributed tracing to Qdrant vector…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-milvusAdds distributed tracing to Milvus vector…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-chromadbAdds distributed tracing to Chroma vector…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-pineconeAdds distributed tracing to Pinecone vector…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-weaviateAdds distributed tracing to Weaviate vector…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-lancedbAdds distributed tracing instrumentation for…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-elasticsearchAdds distributed tracing to Elasticsearch…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-ollamaAdds distributed tracing to Ollama Python…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-starletteAdds automatic tracing and observability…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-groqAutomatically captures traces of Groq SDK API…
permissive · top 5,000 on PyPI