opentelemetry-instrumentation-weaviate


Nameopentelemetry-instrumentation-weaviate JSON
Version 0.44.1 PyPI version JSON
download
home_pageNone
SummaryOpenTelemetry Weaviate instrumentation
upload_time2025-08-04 08:40:22
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 Weaviate Instrumentation

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

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

## Installation

```bash
pip install opentelemetry-instrumentation-weaviate
```

## Example usage

```python
from opentelemetry.instrumentation.weaviate import WeaviateInstrumentor

WeaviateInstrumentor().instrument()
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opentelemetry-instrumentation-weaviate",
    "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/d3/72/326822584ad0d8e895f8a802aa99cfe4588239fc084ce876d84c9ccdd1ed/opentelemetry_instrumentation_weaviate-0.44.1.tar.gz",
    "platform": null,
    "description": "# OpenTelemetry Weaviate Instrumentation\n\n<a href=\"https://pypi.org/project/opentelemetry-instrumentation-weaviate/\">\n    <img src=\"https://badge.fury.io/py/opentelemetry-instrumentation-weaviate.svg\">\n</a>\n\nThis library allows tracing client-side calls to Weaviate vector DB sent with the official [Weaviate library](https://github.com/weaviate/weaviate-python-client).\n\n## Installation\n\n```bash\npip install opentelemetry-instrumentation-weaviate\n```\n\n## Example usage\n\n```python\nfrom opentelemetry.instrumentation.weaviate import WeaviateInstrumentor\n\nWeaviateInstrumentor().instrument()\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "OpenTelemetry Weaviate instrumentation",
    "version": "0.44.1",
    "project_urls": {
        "Repository": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-weaviate"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d2ff3ccac5cfc975f992551eb76152ab9621ccff24ae82ad61b1e00ced2617b",
                "md5": "a79086bb1d1144e712ae7ef8fd978796",
                "sha256": "d12a471be9fdc7a39e2048fa27b54e0f33bfca9eef7a4e660a0902ea94d69fad"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_weaviate-0.44.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a79086bb1d1144e712ae7ef8fd978796",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 6401,
            "upload_time": "2025-08-04T08:39:54",
            "upload_time_iso_8601": "2025-08-04T08:39:54.946467Z",
            "url": "https://files.pythonhosted.org/packages/4d/2f/f3ccac5cfc975f992551eb76152ab9621ccff24ae82ad61b1e00ced2617b/opentelemetry_instrumentation_weaviate-0.44.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d372326822584ad0d8e895f8a802aa99cfe4588239fc084ce876d84c9ccdd1ed",
                "md5": "3aae6993c12cc08ce946b95ceaf3a697",
                "sha256": "b5193a072505dad05f3160b58e7f23bfd21c7a8a3bd7fc13119fdf3807476084"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_weaviate-0.44.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3aae6993c12cc08ce946b95ceaf3a697",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 4431,
            "upload_time": "2025-08-04T08:40:22",
            "upload_time_iso_8601": "2025-08-04T08:40:22.025776Z",
            "url": "https://files.pythonhosted.org/packages/d3/72/326822584ad0d8e895f8a802aa99cfe4588239fc084ce876d84c9ccdd1ed/opentelemetry_instrumentation_weaviate-0.44.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 08:40:22",
    "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-weaviate"
}
        
Elapsed time: 0.68750s