opentelemetry-instrumentation-pinecone


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

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

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

## Installation

```bash
pip install opentelemetry-instrumentation-pinecone
```

## Example usage

```python
from opentelemetry.instrumentation.pinecone import PineconeInstrumentor

PineconeInstrumentor().instrument()
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opentelemetry-instrumentation-pinecone",
    "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/7a/d6/dcff66824a8da0bef569d8c07f29e0ff8f30261e0dfc83af2763b6850277/opentelemetry_instrumentation_pinecone-0.44.1.tar.gz",
    "platform": null,
    "description": "# OpenTelemetry Pinecone Instrumentation\n\n<a href=\"https://pypi.org/project/opentelemetry-instrumentation-pinecone/\">\n    <img src=\"https://badge.fury.io/py/opentelemetry-instrumentation-pinecone.svg\">\n</a>\n\nThis library allows tracing client-side calls to Pinecone vector DB sent with the official [Pinecone library](https://github.com/pinecone-io/pinecone-python-client).\n\n## Installation\n\n```bash\npip install opentelemetry-instrumentation-pinecone\n```\n\n## Example usage\n\n```python\nfrom opentelemetry.instrumentation.pinecone import PineconeInstrumentor\n\nPineconeInstrumentor().instrument()\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "OpenTelemetry Pinecone instrumentation",
    "version": "0.44.1",
    "project_urls": {
        "Repository": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-pinecone"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "36f8093bb57de3d7f16fda241009fa74b267bf1de51cdc07e17331cae565119a",
                "md5": "ccea80976132db5ab14b5c9c76dd689f",
                "sha256": "4f6d6a23d92f7582842823c06ee124a80e079dfe9135ac1ca2006dede7c5bcaa"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_pinecone-0.44.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ccea80976132db5ab14b5c9c76dd689f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 6354,
            "upload_time": "2025-08-04T08:39:43",
            "upload_time_iso_8601": "2025-08-04T08:39:43.221935Z",
            "url": "https://files.pythonhosted.org/packages/36/f8/093bb57de3d7f16fda241009fa74b267bf1de51cdc07e17331cae565119a/opentelemetry_instrumentation_pinecone-0.44.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ad6dcff66824a8da0bef569d8c07f29e0ff8f30261e0dfc83af2763b6850277",
                "md5": "44c233d346a045b92081afda885fc656",
                "sha256": "62bf7525f25fa5a9a8cf75ed6ca6d5fe88737b5e8ba8be83203eefbb0154b487"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_pinecone-0.44.1.tar.gz",
            "has_sig": false,
            "md5_digest": "44c233d346a045b92081afda885fc656",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 4479,
            "upload_time": "2025-08-04T08:40:13",
            "upload_time_iso_8601": "2025-08-04T08:40:13.530750Z",
            "url": "https://files.pythonhosted.org/packages/7a/d6/dcff66824a8da0bef569d8c07f29e0ff8f30261e0dfc83af2763b6850277/opentelemetry_instrumentation_pinecone-0.44.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 08:40:13",
    "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-pinecone"
}
        
Elapsed time: 1.27392s