-
Notifications
You must be signed in to change notification settings - Fork 675
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 Report: CohereInstrumentor do not instrument anything #2338
Comments
Hey there, @bbaabemhp! I'm here to help you with any issues you're experiencing. I can assist with bug fixes, answer questions, and guide you on becoming a contributor. Let me know how I can assist you! The issue with the Additionally, verify that you have properly instrumented your application using the from opentelemetry.instrumentation.cohere import CohereInstrumentor
CohereInstrumentor().instrument() Also, check if the |
BTW, OpenAIInstrumentor isn't working too :/ |
Small addition: Seems like a problem with the async clients of Cohere and OpenAI. With sync, it works |
Thanks @bbaabemhp! |
Which component is this bug for?
Cohere Instrumentation
📜 Description
I use the CohereInstrumentor, but it does not create any spans for my trace.
👟 Reproduction steps
👍 Expected behavior
It should give me any spans
👎 Actual Behavior with Screenshots
I just get the span for the HTTPXInstrumentor
🤖 Python Version
3.11
📃 Provide any additional context for the Bug.
👀 Have you spent some time to check if this bug has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: