# OpenTelemetry Chroma Instrumentation
<a href="https://pypi.org/project/opentelemetry-instrumentation-chromadb/">
<img src="https://badge.fury.io/py/opentelemetry-instrumentation-chromadb.svg">
</a>
This library allows tracing client-side calls to Chroma vector DB sent with the official [Chroma library](https://github.com/chroma-core/chroma).
## Installation
```bash
pip install opentelemetry-instrumentation-chromadb
```
## Example usage
```python
from opentelemetry.instrumentation.chromadb import ChromaInstrumentor
ChromaInstrumentor().instrument()
```
Raw data
{
"_id": null,
"home_page": null,
"name": "opentelemetry-instrumentation-chromadb",
"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/35/a7/83b0b96d92533388a253ee581ca496edee0b4e32f6b7d140092a595be232/opentelemetry_instrumentation_chromadb-0.44.1.tar.gz",
"platform": null,
"description": "# OpenTelemetry Chroma Instrumentation\n\n<a href=\"https://pypi.org/project/opentelemetry-instrumentation-chromadb/\">\n <img src=\"https://badge.fury.io/py/opentelemetry-instrumentation-chromadb.svg\">\n</a>\n\nThis library allows tracing client-side calls to Chroma vector DB sent with the official [Chroma library](https://github.com/chroma-core/chroma).\n\n## Installation\n\n```bash\npip install opentelemetry-instrumentation-chromadb\n```\n\n## Example usage\n\n```python\nfrom opentelemetry.instrumentation.chromadb import ChromaInstrumentor\n\nChromaInstrumentor().instrument()\n```\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "OpenTelemetry Chroma DB instrumentation",
"version": "0.44.1",
"project_urls": {
"Repository": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-chromadb"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "902fb63d9a05b5bb87dbc1171be26b40731a2fee1ad4ee66d7fbf5722c8964a0",
"md5": "84d499c7062f7108e6e1fdf64927e028",
"sha256": "a60ef635950b7dcc1a803e656b4c1fd4add81607b766362ea7d31bbe2f691fc3"
},
"downloads": -1,
"filename": "opentelemetry_instrumentation_chromadb-0.44.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "84d499c7062f7108e6e1fdf64927e028",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 6297,
"upload_time": "2025-08-04T08:39:22",
"upload_time_iso_8601": "2025-08-04T08:39:22.498766Z",
"url": "https://files.pythonhosted.org/packages/90/2f/b63d9a05b5bb87dbc1171be26b40731a2fee1ad4ee66d7fbf5722c8964a0/opentelemetry_instrumentation_chromadb-0.44.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "35a783b0b96d92533388a253ee581ca496edee0b4e32f6b7d140092a595be232",
"md5": "017193bd7fd14b443840982affff1ffd",
"sha256": "758183c3dc0f48f0a7d3bf9842016323976c19360de048163e13ed1e34222315"
},
"downloads": -1,
"filename": "opentelemetry_instrumentation_chromadb-0.44.1.tar.gz",
"has_sig": false,
"md5_digest": "017193bd7fd14b443840982affff1ffd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 4386,
"upload_time": "2025-08-04T08:39:58",
"upload_time_iso_8601": "2025-08-04T08:39:58.852993Z",
"url": "https://files.pythonhosted.org/packages/35/a7/83b0b96d92533388a253ee581ca496edee0b4e32f6b7d140092a595be232/opentelemetry_instrumentation_chromadb-0.44.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-04 08:39:58",
"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-chromadb"
}