Add Weaviate Instrumentation Structure#3646
Merged
aabmass merged 8 commits intoopen-telemetry:mainfrom Aug 4, 2025
Merged
Conversation
pmcollins
approved these changes
Jul 22, 2025
emdneto
reviewed
Jul 24, 2025
Member
emdneto
left a comment
There was a problem hiding this comment.
Small nit: run tox -e generate again
61c157d to
afce36f
Compare
Co-authored-by: Pablo Collins <pablo.collins@gmail.com>
afce36f to
2bb71cd
Compare
Contributor
Author
|
Nir Gazit approved using v2 for this instrumentation like the langchain instrumentation. See slack conversation here: https://cloud-native.slack.com/archives/C06KR7ARS3X/p1753460962522759 |
Contributor
Author
aabmass
approved these changes
Aug 4, 2025
7 tasks
devmonkey22
pushed a commit
to devmonkey22/opentelemetry-python-contrib
that referenced
this pull request
Aug 5, 2025
* Initial structure * Update scripts/generate_instrumentation_bootstrap.py Co-authored-by: Pablo Collins <pablo.collins@gmail.com> * missing generated library * Version update to offset traceloop implementation * uv sync after rebase * Missing release entries --------- Co-authored-by: Pablo Collins <pablo.collins@gmail.com>
sightseeker
added a commit
to sightseeker/opentelemetry-python-contrib
that referenced
this pull request
Mar 11, 2026
* Initial structure * Update scripts/generate_instrumentation_bootstrap.py Co-authored-by: Pablo Collins <pablo.collins@gmail.com> * missing generated library * Version update to offset traceloop implementation * uv sync after rebase * Missing release entries --------- Co-authored-by: Pablo Collins <pablo.collins@gmail.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
This PR creates the basic structure of adding instrumentation to weaviate-client. Currently, Traceloop/OpenLLMetry has a weaviate client package, but it is limited to spans only, doesn't include metrics and events, and doesn't support some of the incubating semantic conventions
This PR places the structure of the weaviate-client instrumentation, with implementation to follow.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
N/A - instrumentation is not included in this PR
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.