-
Notifications
You must be signed in to change notification settings - Fork 956
GenAI Utils | Embedding Type and Span Creation #4219
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
Merged
Merged
Changes from 32 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
f8656f0
Add embedding invocation type
shuningc 69d5598
pre-commit fix
shuningc c202f8b
Reverting unnecessary changes and dealing with comments
shuningc a799410
Dealing with comments
shuningc e16f49f
Refactoring to remove duplicate codes
shuningc 3a4577c
Moving common attributes to GenAIInvocation
shuningc 8e388c0
Apply suggestion from @xrmx
shuningc cafa8e3
Require virtualenv<21 for tox -e generate (#4265)
xrmx c969470
fix(threading): attribute error when run is called w/o start (#4246)
dinmukhamedm 41166d8
[google-genai] Test instrumentation on google-genai v1.64.0 (#4253)
Rima-ag a026ef6
confluent-kafka: add basic autoinstrumentation tests (#4266)
xrmx 1855b3a
instrumentation-genai: stop setting OTEL_PYTHON_LOGGING_AUTO_INSTRUME…
xrmx 9989958
Add Keith Decker to approvers (#4273)
xrmx 6ec1336
asyncio: fix environment variables not appearing in docs (#4261)
srikaaviya b71eef0
maint: Add stale github action (#4220)
MikeGoldsmith 1bc4001
fix(flask): align http.server.active_requests metric with semconv hel…
rite7sh 5d5b7dd
Fix falcon-instrumentation _handle_exception method to remove pylint …
srikaaviya 2dc8bfb
gen-requirements: drop virtualenv limit (#4271)
xrmx 45fa111
Fix psycopg2 (un)instrument_connection to use weakref, not mutate con…
tammy-baylis-swi 8e64458
Move logger handlers to opentelemetry-instrumentation-logging (#4210)
xrmx 5fc5874
OpenAI v2 onboard onto semantic conventions 1.37.0: chat history and …
lmolkova 9b71c46
CHANGELOG: fix stale action entry (#4291)
xrmx a2612ba
Update version to 1.41.0.dev/0.62b0.dev (#4294)
otelbot[bot] da7d578
eachdist: add missing genai packages in independently released packag…
xrmx 76f40dd
Refactoring attributes for embedding type
shuningc 312c697
Merge branch 'main' into adding-embedding-type
shuningc 1384bfd
Removing unnecessary comments
shuningc 026f05f
Merge branch 'main' into adding-embedding-type
shuningc 1621711
Adding error path unit test, moving operation name back to each invoc…
shuningc d49085c
Making operation name immutable for each type
shuningc bb21996
Revert "Making operation name immutable for each type"
shuningc cfbf30f
Merge branch 'main' into adding-embedding-type
shuningc 7bc4233
Updating dependencies for different instrumentation packages, fixing …
shuningc 753fee2
Merge branch 'main' into adding-embedding-type
shuningc 7ab292d
Fixing conflict
shuningc 28a7d93
Fixing failed tests out of dependencies and typo
shuningc 3a9045d
Fixing failed tests by splitting large files and updating dependencies
shuningc 9b78bc2
Keeping only generic start,stop and fail methods for all invocation t…
shuningc 1e5f50c
Simplified error type calculation and refactor tests
shuningc 0238075
Merge branch 'main' into adding-embedding-type
shuningc f7415f8
Merge branch 'main' into adding-embedding-type
shuningc dbce15f
Reverting start_[type] methods removals, fixing some related tests
shuningc a58b540
Removing start_embedding, stop_embedding and fail_embedding methods
shuningc 6dfa5f0
Adding one missing change
shuningc 6684f5a
Merge branch 'main' into adding-embedding-type
shuningc c5eb2f5
ruff format fix
shuningc 0b93488
Merge branch 'main' into adding-embedding-type
xrmx c5bb5c6
Adding one format fix
shuningc 7aae7e3
Merge branch 'main' into adding-embedding-type
keith-decker 6a9875c
Merge branch 'main' into adding-embedding-type
shuningc 742812a
Reverting opentelemetry-instrumentation version to 0.60b.0 and opente…
shuningc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.