New Features
- openai: Introduces
model
tag for openai integration metrics for consistency with the OpenAI SaaS Integration. It has the same value asopenai.request.model
.
Bug Fixes
- LLM Observability: Resolves an issue where LLM Observability spans were not being submitted in forked processes, such as when using
celery
orgunicorn
workers. The LLM Observability writer thread now automatically restarts when a forked process is detected. - openai: Fixes a bug where
asyncio.TimeoutError
s were not being propagated correctly from canceled OpenAI API requests.