opentelemetry-if-instrumentation-weaviate


Nameopentelemetry-if-instrumentation-weaviate JSON
Version 0.25.6 PyPI version JSON
download
home_pagehttps://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-weaviate
SummaryOpenTelemetry Weaviate instrumentation
upload_time2025-01-13 17:42:34
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": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-weaviate",
    "name": "opentelemetry-if-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/2f/95/8da43e9ba0b214167b66f18bd33dab893a4a04b91d938dcd6d3244299294/opentelemetry_if_instrumentation_weaviate-0.25.6.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.25.6",
    "project_urls": {
        "Homepage": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-weaviate",
        "Repository": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-weaviate"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36010a452e668ff53aceb6d9d9c741778d2c5f29fb492c701f5c5e30074a9691",
                "md5": "66750c1e432bacdaf7d2a7ea47aed1ce",
                "sha256": "e176470f3d897f1e6179889afa2c15aafa3485a7dc915458a4c54a766bce6d1f"
            },
            "downloads": -1,
            "filename": "opentelemetry_if_instrumentation_weaviate-0.25.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66750c1e432bacdaf7d2a7ea47aed1ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 6461,
            "upload_time": "2025-01-13T17:42:27",
            "upload_time_iso_8601": "2025-01-13T17:42:27.859278Z",
            "url": "https://files.pythonhosted.org/packages/36/01/0a452e668ff53aceb6d9d9c741778d2c5f29fb492c701f5c5e30074a9691/opentelemetry_if_instrumentation_weaviate-0.25.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f958da43e9ba0b214167b66f18bd33dab893a4a04b91d938dcd6d3244299294",
                "md5": "cfb478c7d2bb81081af5e34eeb18f9fb",
                "sha256": "98a969fadbe0f92f34a4861d9ba5a9cefc92045b16740466fcae68d608af3c8d"
            },
            "downloads": -1,
            "filename": "opentelemetry_if_instrumentation_weaviate-0.25.6.tar.gz",
            "has_sig": false,
            "md5_digest": "cfb478c7d2bb81081af5e34eeb18f9fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 4467,
            "upload_time": "2025-01-13T17:42:34",
            "upload_time_iso_8601": "2025-01-13T17:42:34.107552Z",
            "url": "https://files.pythonhosted.org/packages/2f/95/8da43e9ba0b214167b66f18bd33dab893a4a04b91d938dcd6d3244299294/opentelemetry_if_instrumentation_weaviate-0.25.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-13 17:42:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "traceloop",
    "github_project": "openllmetry",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "opentelemetry-if-instrumentation-weaviate"
}
        
Elapsed time: 0.39818s