[BUG] New LlamaIndex instrumentation (2.0) produces 2 spans per retriever, embedding #3460
Labels
bug
Something isn't working
c/traces
instrumentation
openinference instrumentations to various open-source projects
Since the base model is being called, we now end up with two spans per call to a class. This is non ideal because it can cause double capturing. We should consider finding a solution to capture a single call.
The text was updated successfully, but these errors were encountered: