opentelemetry-python-contrib/util/opentelemetry-util-genai
Aaron Abbott 13fa314cc6
gen ai uploader timeout and fix flaky bugs (#3770)
2025-09-19 19:17:31 +00:00
..
src/opentelemetry/util/genai gen ai uploader timeout and fix flaky bugs (#3770) 2025-09-19 19:17:31 +00:00
tests gen ai uploader timeout and fix flaky bugs (#3770) 2025-09-19 19:17:31 +00:00
CHANGELOG.md Stamp uploaded references refs onto spans and logs (#3763) 2025-09-18 20:07:33 +00:00
LICENSE GenAI Utils Structure (#3672) 2025-08-14 22:33:26 -04:00
README.rst Exclude opentelemetry-util-genai from release upload (#3747) 2025-09-11 13:35:07 +02:00
pyproject.toml Add `fsspec` gen ai upload hook (#3759) 2025-09-17 13:44:44 -04:00
test-requirements.txt Add `fsspec` gen ai upload hook (#3759) 2025-09-17 13:44:44 -04:00

README.rst

OpenTelemetry Util for GenAI
============================


The GenAI Utils package will include boilerplate and helpers to standardize instrumentation for Generative AI. 
This package will provide APIs and decorators to minimize the work needed to instrument genai libraries, 
while providing standardization for generating both types of otel, "spans and metrics" and "spans, metrics and events"

Installation
------------

::

    pip install opentelemetry-util-genai


Design Document
---------------

The design document for the OpenTelemetry GenAI Utils can be found at: `Design Document <https://docs.google.com/document/d/1w9TbtKjuRX_wymS8DRSwPA03_VhrGlyx65hHAdNik1E/edit?tab=t.qneb4vabc1wc#heading=h.kh4j6stirken>`_

References
----------

* `OpenTelemetry Project <https://opentelemetry.io/>`_