9 ms·
What is the difference from using OpenLLMetry versus using OTel directly? Is the issue that there aren't conventions for the needed attributes?
by ramenmeal 3y ago
What is the difference from using OpenLLMetry versus using OTel directly? Is the issue that there aren't conventions for the needed attributes?
- nirga 3y ago2 differences: 1. You don't have instrumentations for libraries like OpenAI, LangChain, etc. so you need to manually open spans 2. As you said, there are no semantic conventions for logging things like prompts and chains. What we did is just defined the new set of semantic conventions, and built the instrumentations. But we're using vanilla OpenTelemetry so it's fully compatible with standard OpenTelemetry.