-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add OpenInference instrumentation packages to the registry #4609
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 all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
165aaf3
add OpenInference instrumentations
mikeldking fc08825
Update data/registry/instrumentation-python-openai-openinference.yml
mikeldking 2b106db
Merge branch 'main' into openinference
mikeldking 5481eba
Update data/registry/instrumentation-python-langchain-openinference.yml
mikeldking d23c285
Update data/registry/instrumentation-python-dspy.yml
mikeldking 6b51e35
Update data/registry/instrumentation-python-bedrock.yml
mikeldking e132205
Update data/registry/instrumentation-js-langchain.yml
mikeldking ccd16fa
Update data/registry/instrumentation-python-llamaindex-openinference.yml
mikeldking 856d6f7
Update data/registry/instrumentation-python-openai-openinference.yml
mikeldking 4d3cdf5
Update data/registry/instrumentation-python-mistralai-openinference.yml
mikeldking 676399c
Update data/registry/instrumentation-js-openai.yml
mikeldking 13c3184
Merge branch 'main' into openinference
cartermp 6d7d3e4
Results from /fix:all
opentelemetrybot 0ede889
Merge branch 'main' into openinference
cartermp 0d03474
fix cSpell
mikeldking b71c76e
Update instrumentation-python-openai-openinference.yml
mikeldking e28cac7
Update instrumentation-js-openai.yml
mikeldking 4db6e65
Update instrumentation-js-langchain.yml
mikeldking 75a41a3
Update data/registry/instrumentation-python-mistralai-openinference.yml
mikeldking 5d72316
Merge branch 'main' into openinference
svrnm 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # cSpell:ignore langchain openinference arize Arize arizeai | ||
| title: LangChain JavaScript Instrumentation | ||
| registryType: instrumentation | ||
| language: javascript | ||
| tags: | ||
| - javascript | ||
| - instrumentation | ||
| - langchain | ||
| urls: | ||
| repo: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-langchain | ||
| docs: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-langchain | ||
| license: Apache 2.0 | ||
| description: Instrumentation for tracing the LangChain framework | ||
| authors: | ||
| - name: Arize AI | ||
| email: [email protected] | ||
| createdAt: 2024-06-05 | ||
| package: | ||
| registry: npm | ||
| name: '@arizeai/openinference-instrumentation-langchain' |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # cSpell:ignore openai OpenAI Arize openinference arizeai | ||
| title: OpenAI JavaScript Instrumentation | ||
| registryType: instrumentation | ||
| language: javascript | ||
| tags: | ||
| - javascript | ||
| - instrumentation | ||
| - openai | ||
| urls: | ||
| repo: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-openai | ||
| docs: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-openai | ||
| license: Apache 2.0 | ||
| description: Instrumentation for tracing the OpenAI Node.js SDK | ||
| authors: | ||
| - name: Arize AI | ||
| email: [email protected] | ||
| createdAt: 2024-06-05 | ||
| package: | ||
| registry: npm | ||
| name: '@arizeai/openinference-instrumentation-openai' |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # cSpell:ignore openinference Arize | ||
| title: Bedrock Python Instrumentation | ||
| registryType: instrumentation | ||
| language: python | ||
| tags: | ||
| - python | ||
| - instrumentation | ||
| - bedrock | ||
| urls: | ||
| repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-bedrock | ||
| docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-bedrock | ||
| license: Apache 2.0 | ||
| description: Instrumentation for tracing Amazon Bedrock framework | ||
| authors: | ||
| - name: Arize AI | ||
| email: [email protected] | ||
| createdAt: 2024-06-05 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # cSpell:ignore DSPy, dspy, Arize, openinference | ||
| title: DSPy Python Instrumentation | ||
| registryType: instrumentation | ||
| language: python | ||
| tags: | ||
| - python | ||
| - instrumentation | ||
| - dspy | ||
| urls: | ||
| repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-dspy | ||
| docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-dspy | ||
| license: Apache 2.0 | ||
| description: Instrumentation for tracing the DSPy framework | ||
| authors: | ||
| - name: Arize AI | ||
| email: [email protected] | ||
| createdAt: 2024-06-05 |
17 changes: 17 additions & 0 deletions
17
data/registry/instrumentation-python-langchain-openinference.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # cSpell:ignore langchain openinference arize | ||
| title: LangChain Python Instrumentation | ||
| registryType: instrumentation | ||
| language: python | ||
| tags: | ||
| - python | ||
| - instrumentation | ||
| - langchain | ||
| urls: | ||
| repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-langchain | ||
| docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-langchain | ||
| license: Apache 2.0 | ||
| description: Instrumentation for tracing the LangChain framework | ||
| authors: | ||
| - name: Arize AI | ||
| email: [email protected] | ||
| createdAt: 2024-06-05 |
17 changes: 17 additions & 0 deletions
17
data/registry/instrumentation-python-llamaindex-openinference.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # cSpell:ignore llamaindex LlamaIndex openinference Arize | ||
| title: LlamaIndex Python Instrumentation | ||
| registryType: instrumentation | ||
| language: python | ||
| tags: | ||
| - python | ||
| - instrumentation | ||
| - llamaindex | ||
| urls: | ||
| repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-llama-index | ||
| docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-llama-index | ||
| license: Apache 2.0 | ||
| description: Instrumentation for tracing the LlamaIndex framework | ||
| authors: | ||
| - name: Arize AI | ||
| email: [email protected] | ||
| createdAt: 2024-06-05 |
17 changes: 17 additions & 0 deletions
17
data/registry/instrumentation-python-mistralai-openinference.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # cSpell:ignore Mistral mistralai openinference arize | ||
| title: Mistral AI Python Instrumentation | ||
| registryType: instrumentation | ||
| language: python | ||
| tags: | ||
| - python | ||
| - instrumentation | ||
| - mistralai | ||
| urls: | ||
| repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-mistralai | ||
| docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-mistralai | ||
| license: Apache 2.0 | ||
| description: Instrumentation for tracing the Mistral AI Python SDK | ||
| authors: | ||
| - name: Arize AI | ||
| email: [email protected] | ||
| createdAt: 2024-06-05 | ||
17 changes: 17 additions & 0 deletions
17
data/registry/instrumentation-python-openai-openinference.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # cSpell:ignore openai Arize | ||
| title: Open AI Python Instrumentation | ||
| registryType: instrumentation | ||
| language: python | ||
| tags: | ||
| - python | ||
| - instrumentation | ||
| - openai | ||
| urls: | ||
| repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-openai | ||
| docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-openai | ||
| license: Apache 2.0 | ||
| description: Instrumentation for tracing the OpenAI Python SDK | ||
| authors: | ||
| - name: Arize AI | ||
| email: [email protected] | ||
| createdAt: 2024-06-05 |
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
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.