skillfed

opentelemetry-instrumentation-marqo

OpenTelemetry Marqo instrumentation

opentelemetry-instrumentation-marqo v0.62.3 6.8M downloads/30d#1,848 on PyPI7,377
Permissive license Apache-2.0 Active released

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-marqo

uv

uv add opentelemetry-instrumentation-marqo

poetry

poetry add opentelemetry-instrumentation-marqo

Installing 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

opentelemetry marqo tracingmarqo instrumentationvector database tracingmarqo observabilitydistributed tracing vector dbmarqo client instrumentationtelemetry marqo calls
observabilityvector-searchdistributed-tracing

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-qdrant

Adds distributed tracing to Qdrant vector…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-milvus

Adds distributed tracing to Milvus vector…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-chromadb

Adds distributed tracing to Chroma vector…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-pinecone

Adds distributed tracing to Pinecone vector…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-weaviate

Adds distributed tracing to Weaviate vector…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-lancedb

Adds distributed tracing instrumentation for…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-elasticsearch

Adds distributed tracing to Elasticsearch…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-ollama

Adds distributed tracing to Ollama Python…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-starlette

Adds automatic tracing and observability…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-groq

Automatically captures traces of Groq SDK API…

permissive · top 5,000 on PyPI