Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] New LlamaIndex instrumentation (2.0) produces 2 spans per retriever, embedding #3460

Closed
mikeldking opened this issue Jun 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working c/traces instrumentation openinference instrumentations to various open-source projects

Comments

@mikeldking
Copy link
Contributor

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.

@mikeldking mikeldking added bug Something isn't working triage issues that need triage labels Jun 11, 2024
@github-project-automation github-project-automation bot moved this to 📘 Todo in phoenix Jun 11, 2024
@dosubot dosubot bot added the c/traces label Jun 11, 2024
@mikeldking mikeldking removed the triage issues that need triage label Jun 24, 2024
@harrisonchu harrisonchu added the instrumentation openinference instrumentations to various open-source projects label Aug 29, 2024
Copy link

dosubot bot commented Dec 28, 2024

Hi, @mikeldking. I'm Dosu, and I'm helping the Arize Phoenix team manage their backlog. I'm marking this issue as stale.

Issue Summary

  • Problem with LlamaIndex instrumentation (version 2.0) causing two spans per class call.
  • Potential double capturing issue identified.
  • Suggested solution: Ensure only a single call is captured.
  • No further comments or developments have been made.

Next Steps

  • Is this issue still relevant to the latest version of the Arize Phoenix repository? If so, please comment to keep the discussion open.
  • Otherwise, this issue will be automatically closed in 7 days.

Thank you for your understanding and contribution!

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Dec 28, 2024
@dosubot dosubot bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2025
@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Jan 4, 2025
@github-project-automation github-project-automation bot moved this from 📘 Todo to ✅ Done in phoenix Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c/traces instrumentation openinference instrumentations to various open-source projects
Projects
Status: Done
Development

No branches or pull requests

3 participants