Open
Description
Which component is this bug for?
Pinecone Instrumentation
📜 Description
Currently we don't get span attributes for upsert and delete methods . Only query() has span attributed defined .
👟 Reproduction steps
implement pinecone.Index class query , upsert and delete methods .
We will get span attributes only for query().
👍 Expected behavior
We should get span attributes for upsert and delete methods as well like chromadb and Milvus Db.
👎 Actual Behavior with Screenshots
🤖 Python Version
3.11
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
Yes I am willing to submit a PR!
Activity