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/>`_