opentelemetry-instrumentation-marqo


Nameopentelemetry-instrumentation-marqo JSON
Version 0.44.1 PyPI version JSON
download
home_pageNone
SummaryOpenTelemetry Marqo instrumentation
upload_time2025-08-04 08:40:08
maintainerNone
docs_urlNone
authorGal Kleinman
requires_python<4,>=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenTelemetry Marqo Instrumentation

<a href="https://pypi.org/project/opentelemetry-instrumentation-marqo/">
    <img src="https://badge.fury.io/py/opentelemetry-instrumentation-marqo.svg">
</a>

This library allows tracing client-side calls to Marqo vector DB sent with the official [Marqo library](https://github.com/marqo-ai/marqo).

## Installation

```bash
pip install opentelemetry-instrumentation-marqo
```

## Example usage

```python
from opentelemetry.instrumentation.marqo import MarqoInstrumentor

MarqoInstrumentor().instrument()
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opentelemetry-instrumentation-marqo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Gal Kleinman",
    "author_email": "gal@traceloop.com",
    "download_url": "https://files.pythonhosted.org/packages/2b/8e/3e9824473fb9df961d814277d0f2e989b0ac22ec100b71c53772f2025722/opentelemetry_instrumentation_marqo-0.44.1.tar.gz",
    "platform": null,
    "description": "# OpenTelemetry Marqo Instrumentation\n\n<a href=\"https://pypi.org/project/opentelemetry-instrumentation-marqo/\">\n    <img src=\"https://badge.fury.io/py/opentelemetry-instrumentation-marqo.svg\">\n</a>\n\nThis library allows tracing client-side calls to Marqo vector DB sent with the official [Marqo library](https://github.com/marqo-ai/marqo).\n\n## Installation\n\n```bash\npip install opentelemetry-instrumentation-marqo\n```\n\n## Example usage\n\n```python\nfrom opentelemetry.instrumentation.marqo import MarqoInstrumentor\n\nMarqoInstrumentor().instrument()\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "OpenTelemetry Marqo instrumentation",
    "version": "0.44.1",
    "project_urls": {
        "Repository": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-marqo"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d206fc35b27f1ec8cfeeb4a0eb899b42f252e56dcc3103275eef1f3ded488088",
                "md5": "0a822d04728270b6ac2f27459b1efb45",
                "sha256": "3a14fed228835155f0351836ff2245b2ac1c0c7cbeabc0acbc254ede6a5f358c"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_marqo-0.44.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a822d04728270b6ac2f27459b1efb45",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 5071,
            "upload_time": "2025-08-04T08:39:34",
            "upload_time_iso_8601": "2025-08-04T08:39:34.879665Z",
            "url": "https://files.pythonhosted.org/packages/d2/06/fc35b27f1ec8cfeeb4a0eb899b42f252e56dcc3103275eef1f3ded488088/opentelemetry_instrumentation_marqo-0.44.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b8e3e9824473fb9df961d814277d0f2e989b0ac22ec100b71c53772f2025722",
                "md5": "3e1d03da579fe93a4c8290e21f27825f",
                "sha256": "1764d792e63c68757349a4a205eade6b8a8e101a679828c22956e031d4452268"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_marqo-0.44.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3e1d03da579fe93a4c8290e21f27825f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 3261,
            "upload_time": "2025-08-04T08:40:08",
            "upload_time_iso_8601": "2025-08-04T08:40:08.360270Z",
            "url": "https://files.pythonhosted.org/packages/2b/8e/3e9824473fb9df961d814277d0f2e989b0ac22ec100b71c53772f2025722/opentelemetry_instrumentation_marqo-0.44.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 08:40:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "traceloop",
    "github_project": "openllmetry",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "opentelemetry-instrumentation-marqo"
}
        
Elapsed time: 0.99670s