opentelemetry-instrumentation-lancedb


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

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

This library allows tracing client-side calls to LanceDB sent with the official [LanceDB library](https://github.com/lancedb/lancedb).

## Installation

```bash
pip install opentelemetry-instrumentation-lancedb
```

## Example usage

```python
from opentelemetry.instrumentation.lancedb import LanceInstrumentor

LanceInstrumentor().instrument()
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opentelemetry-instrumentation-lancedb",
    "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/ea/18/6c52b23b4f8cb63f38b91fd112d572a88f22f18b3b96dbdadd1bef82028d/opentelemetry_instrumentation_lancedb-0.44.1.tar.gz",
    "platform": null,
    "description": "# OpenTelemetry LanceDB Instrumentation\n\n<a href=\"https://pypi.org/project/opentelemetry-instrumentation-lancedb/\">\n    <img src=\"https://badge.fury.io/py/opentelemetry-instrumentation-lancedb.svg\">\n</a>\n\nThis library allows tracing client-side calls to LanceDB sent with the official [LanceDB library](https://github.com/lancedb/lancedb).\n\n## Installation\n\n```bash\npip install opentelemetry-instrumentation-lancedb\n```\n\n## Example usage\n\n```python\nfrom opentelemetry.instrumentation.lancedb import LanceInstrumentor\n\nLanceInstrumentor().instrument()\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "OpenTelemetry Lancedb instrumentation",
    "version": "0.44.1",
    "project_urls": {
        "Repository": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-lancedb"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "893a1025bfddb1b66601b2cb5e337ad053ebc4dcabdf393d89b4e392e803f550",
                "md5": "4f9764709fc0a39d3d0c0c01543c8adc",
                "sha256": "0e7cf374f1988af79c9dd43071920fa9bad4d5f657ec9ff629622118494d562c"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_lancedb-0.44.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f9764709fc0a39d3d0c0c01543c8adc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 4769,
            "upload_time": "2025-08-04T08:39:30",
            "upload_time_iso_8601": "2025-08-04T08:39:30.040101Z",
            "url": "https://files.pythonhosted.org/packages/89/3a/1025bfddb1b66601b2cb5e337ad053ebc4dcabdf393d89b4e392e803f550/opentelemetry_instrumentation_lancedb-0.44.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea186c52b23b4f8cb63f38b91fd112d572a88f22f18b3b96dbdadd1bef82028d",
                "md5": "b09db02143ba6a6ca03efd94c1c91ac9",
                "sha256": "bbe340006ca68e026fc1f2f9522200d6a347d1a871ac9c73dbf51b8c1935436f"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_lancedb-0.44.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b09db02143ba6a6ca03efd94c1c91ac9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 2989,
            "upload_time": "2025-08-04T08:40:04",
            "upload_time_iso_8601": "2025-08-04T08:40:04.758441Z",
            "url": "https://files.pythonhosted.org/packages/ea/18/6c52b23b4f8cb63f38b91fd112d572a88f22f18b3b96dbdadd1bef82028d/opentelemetry_instrumentation_lancedb-0.44.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 08:40:04",
    "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-lancedb"
}
        
Elapsed time: 1.03806s