Merged
Conversation
karthikscale3
added a commit
that referenced
this pull request
Apr 2, 2025
* remove logs * remove requirements * Bump version * Squash * minor * switch to http exporter * add instrumentation for neo4j * update version * update trace attributes version * update imports * add neo4j result span attributes * add neo4j result span attributes * bump bersion * fix db attributes error and add examples * handle result transformer * fix genai and pinecone instrumentations (#512) * fix genai and pinecone instrumentations * bump version * fix pinecone Index attribute --------- Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com> * Improve Agno instrumentation (#513) --------- Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com> Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
karthikscale3
added a commit
that referenced
this pull request
Apr 2, 2025
* remove logs * remove requirements * Bump version * Squash * minor * switch to http exporter * add instrumentation for neo4j * update version * update trace attributes version * update imports * add neo4j result span attributes * add neo4j result span attributes * bump bersion * fix db attributes error and add examples * handle result transformer * fix genai and pinecone instrumentations (#512) * fix genai and pinecone instrumentations * bump version * fix pinecone Index attribute --------- Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com> * Improve Agno instrumentation (#513) * cast token count to int * bump version * only redirect stdout if logging is disabled * bump version * fix openai agents attribute error * bump version * fix openai responses api instrumentation (#519) Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com> * bump version * bump version --------- Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com> Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
karthikscale3
added a commit
that referenced
this pull request
Apr 8, 2025
* add instrumentation for neo4j * update version * update trace attributes version * update imports * add neo4j result span attributes * add neo4j result span attributes * bump bersion * fix db attributes error and add examples * handle result transformer * fix genai and pinecone instrumentations (#512) * fix genai and pinecone instrumentations * bump version * fix pinecone Index attribute --------- Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com> * Improve Agno instrumentation (#513) * cast token count to int * bump version * only redirect stdout if logging is disabled * bump version * fix openai agents attribute error * bump version * fix openai responses api instrumentation (#519) Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com> * fix JSON serializable error in neo4j (#521) Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com> * fix merge conflict --------- Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com> Co-authored-by: Karthik Kalyanaraman <105607645+karthikscale3@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the changes and the related issue to help is review the PR better and faster.
Checklist for adding new integration:
APISin constants folder.SERVICE_PROVIDERSin common.pypatch.pyandinstrumentation.pyfiles.all_instrumentationsin langtrace.py and to theInstrumentationTypein types.py files.