opentelemetry-instrumentation-together


Nameopentelemetry-instrumentation-together JSON
Version 0.44.1 PyPI version JSON
download
home_pageNone
SummaryOpenTelemetry Together AI instrumentation
upload_time2025-08-04 08:40:17
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 Together AI Instrumentation

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

This library allows tracing calls to any of Together AI's endpoints sent with the official [Together AI Library](https://github.com/togethercomputer/together-python).

## Installation

```bash
pip install opentelemetry-instrumentation-together
```

## Example usage

```python
from opentelemetry.instrumentation.together import TogetherAiInstrumentor

TogetherAiInstrumentor().instrument()
```

## Privacy

**By default, this instrumentation logs prompts, completions, and embeddings to span attributes**. This gives you a clear visibility into how your LLM application is working, and can make it easy to debug and evaluate the quality of the outputs.

However, you may want to disable this logging for privacy reasons, as they may contain highly sensitive data from your users. You may also simply want to reduce the size of your traces.

To disable logging, set the `TRACELOOP_TRACE_CONTENT` environment variable to `false`.

```bash
TRACELOOP_TRACE_CONTENT=false
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opentelemetry-instrumentation-together",
    "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/ad/bb/29f0fa882eaf85da9aca340959ef5842b8c715697985bb4e0d32552d3ab1/opentelemetry_instrumentation_together-0.44.1.tar.gz",
    "platform": null,
    "description": "# OpenTelemetry Together AI Instrumentation\n\n<a href=\"https://pypi.org/project/opentelemetry-instrumentation-together/\">\n    <img src=\"https://badge.fury.io/py/opentelemetry-instrumentation-together.svg\">\n</a>\n\nThis library allows tracing calls to any of Together AI's endpoints sent with the official [Together AI Library](https://github.com/togethercomputer/together-python).\n\n## Installation\n\n```bash\npip install opentelemetry-instrumentation-together\n```\n\n## Example usage\n\n```python\nfrom opentelemetry.instrumentation.together import TogetherAiInstrumentor\n\nTogetherAiInstrumentor().instrument()\n```\n\n## Privacy\n\n**By default, this instrumentation logs prompts, completions, and embeddings to span attributes**. This gives you a clear visibility into how your LLM application is working, and can make it easy to debug and evaluate the quality of the outputs.\n\nHowever, you may want to disable this logging for privacy reasons, as they may contain highly sensitive data from your users. You may also simply want to reduce the size of your traces.\n\nTo disable logging, set the `TRACELOOP_TRACE_CONTENT` environment variable to `false`.\n\n```bash\nTRACELOOP_TRACE_CONTENT=false\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "OpenTelemetry Together AI instrumentation",
    "version": "0.44.1",
    "project_urls": {
        "Repository": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-together"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f23c5f8ce3839b3a8b748f3bf4a53c785138ff702b793bbfeb4c508cc75e0e5f",
                "md5": "6c969b966f29549066066ef21c916ad8",
                "sha256": "bbd8be9c1050ecd8e1dbee010ae9e516cd03477f3b2bd2824e3b42755bcd6679"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_together-0.44.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c969b966f29549066066ef21c916ad8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 8639,
            "upload_time": "2025-08-04T08:39:50",
            "upload_time_iso_8601": "2025-08-04T08:39:50.213938Z",
            "url": "https://files.pythonhosted.org/packages/f2/3c/5f8ce3839b3a8b748f3bf4a53c785138ff702b793bbfeb4c508cc75e0e5f/opentelemetry_instrumentation_together-0.44.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "adbb29f0fa882eaf85da9aca340959ef5842b8c715697985bb4e0d32552d3ab1",
                "md5": "ae24c935f87b027b921d6bc841e4d8ac",
                "sha256": "12ed16a46cd2500b348fa497a66d79045da59476459e74ed68cbee4ff641bdf2"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_together-0.44.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ae24c935f87b027b921d6bc841e4d8ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 5669,
            "upload_time": "2025-08-04T08:40:17",
            "upload_time_iso_8601": "2025-08-04T08:40:17.122342Z",
            "url": "https://files.pythonhosted.org/packages/ad/bb/29f0fa882eaf85da9aca340959ef5842b8c715697985bb4e0d32552d3ab1/opentelemetry_instrumentation_together-0.44.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 08:40:17",
    "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-together"
}
        
Elapsed time: 0.41561s