opentelemetry-instrumentation-milvus


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

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

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

## Installation

```bash
pip install opentelemetry-instrumentation-milvus
```

## Example usage

```python
from opentelemetry.instrumentation.milvus import MilvusInstrumentor

MilvusInstrumentor().instrument()
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opentelemetry-instrumentation-milvus",
    "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/b7/17/a99dfafa40ad886634785f5b2b10e338c2529908e0f730246dc6f9c73100/opentelemetry_instrumentation_milvus-0.44.1.tar.gz",
    "platform": null,
    "description": "# OpenTelemetry Milvus Instrumentation\n\n<a href=\"https://pypi.org/project/opentelemetry-instrumentation-milvus/\">\n    <img src=\"https://badge.fury.io/py/opentelemetry-instrumentation-milvus.svg\">\n</a>\n\nThis library allows tracing client-side calls to Milvus vector DB sent with the official [Milvus library](https://github.com/milvus-io/milvus).\n\n## Installation\n\n```bash\npip install opentelemetry-instrumentation-milvus\n```\n\n## Example usage\n\n```python\nfrom opentelemetry.instrumentation.milvus import MilvusInstrumentor\n\nMilvusInstrumentor().instrument()\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "OpenTelemetry Milvus instrumentation",
    "version": "0.44.1",
    "project_urls": {
        "Repository": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-milvus"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43ea3c35bda16342b8481ef6045afcd0ba11f60e8f2792a151b2cd2e05c03d9a",
                "md5": "892986b161a2233481a14dbcb610d3ca",
                "sha256": "b574048a3213638279db91b16a50d715482b7c65b09165c68373034e18a70e4f"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_milvus-0.44.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "892986b161a2233481a14dbcb610d3ca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 7088,
            "upload_time": "2025-08-04T08:39:36",
            "upload_time_iso_8601": "2025-08-04T08:39:36.759444Z",
            "url": "https://files.pythonhosted.org/packages/43/ea/3c35bda16342b8481ef6045afcd0ba11f60e8f2792a151b2cd2e05c03d9a/opentelemetry_instrumentation_milvus-0.44.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b717a99dfafa40ad886634785f5b2b10e338c2529908e0f730246dc6f9c73100",
                "md5": "d8107e306d54b4e7ea1e441cb09a61a5",
                "sha256": "46a4a7b7ee492201b90af166c904c85a44d57b015a00f294f3d2f8c51cc8244d"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_milvus-0.44.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d8107e306d54b4e7ea1e441cb09a61a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 5201,
            "upload_time": "2025-08-04T08:40:09",
            "upload_time_iso_8601": "2025-08-04T08:40:09.787278Z",
            "url": "https://files.pythonhosted.org/packages/b7/17/a99dfafa40ad886634785f5b2b10e338c2529908e0f730246dc6f9c73100/opentelemetry_instrumentation_milvus-0.44.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 08:40:09",
    "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-milvus"
}
        
Elapsed time: 1.14577s