Skip to content
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

Add OpenInference instrumentation packages to the registry #4609

Merged
merged 20 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
165aaf3
add OpenInference instrumentations
mikeldking Jun 6, 2024
fc08825
Update data/registry/instrumentation-python-openai-openinference.yml
mikeldking Jun 6, 2024
2b106db
Merge branch 'main' into openinference
mikeldking Jun 6, 2024
5481eba
Update data/registry/instrumentation-python-langchain-openinference.yml
mikeldking Jun 6, 2024
d23c285
Update data/registry/instrumentation-python-dspy.yml
mikeldking Jun 6, 2024
6b51e35
Update data/registry/instrumentation-python-bedrock.yml
mikeldking Jun 6, 2024
e132205
Update data/registry/instrumentation-js-langchain.yml
mikeldking Jun 6, 2024
ccd16fa
Update data/registry/instrumentation-python-llamaindex-openinference.yml
mikeldking Jun 6, 2024
856d6f7
Update data/registry/instrumentation-python-openai-openinference.yml
mikeldking Jun 6, 2024
4d3cdf5
Update data/registry/instrumentation-python-mistralai-openinference.yml
mikeldking Jun 6, 2024
676399c
Update data/registry/instrumentation-js-openai.yml
mikeldking Jun 6, 2024
13c3184
Merge branch 'main' into openinference
cartermp Jun 6, 2024
6d7d3e4
Results from /fix:all
opentelemetrybot Jun 6, 2024
0ede889
Merge branch 'main' into openinference
cartermp Jun 6, 2024
0d03474
fix cSpell
mikeldking Jun 6, 2024
b71c76e
Update instrumentation-python-openai-openinference.yml
mikeldking Jun 7, 2024
e28cac7
Update instrumentation-js-openai.yml
mikeldking Jun 7, 2024
4db6e65
Update instrumentation-js-langchain.yml
mikeldking Jun 7, 2024
75a41a3
Update data/registry/instrumentation-python-mistralai-openinference.yml
mikeldking Jun 7, 2024
5d72316
Merge branch 'main' into openinference
svrnm Jun 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions data/registry/instrumentation-js-langchain.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# cSpell:ignore langchain
title: LangChain Javascript instrumentation
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
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: oss-devs@arize.com
createdAt: 2024-06-05
package:
registry: npm
name: '@arizeai/openinference-instrumentation-langchain'
20 changes: 20 additions & 0 deletions data/registry/instrumentation-js-openai.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# cSpell:ignore openai
title: OpenAI Javascript instrumentation
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
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 NodeJS SDK
authors:
- name: Arize AI
email: oss-devs@arize.com
createdAt: 2024-06-05
package:
registry: npm
name: '@arizeai/openinference-instrumentation-openai'
16 changes: 16 additions & 0 deletions data/registry/instrumentation-python-bedrock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: Bedrock Python instrumentation
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
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: oss-devs@arize.com
createdAt: 2024-06-05
17 changes: 17 additions & 0 deletions data/registry/instrumentation-python-dspy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# cSpell:ignore DSPy
title: DSPy Python instrumentation
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
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: oss-devs@arize.com
createdAt: 2024-06-05
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# cSpell:ignore langchain
title: LangChain Python instrumentation
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
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: oss-devs@arize.com
createdAt: 2024-06-05
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# cSpell:ignore llamaindex
title: LlamaIndex Python instrumentation
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
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: oss-devs@arize.com
createdAt: 2024-06-05
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# cSpell:ignore Mistral AI
title: Mistral AI Python instrumentation
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
registryType: instrumentation
language: python
tags:
- python
- instrumentation
- dspy
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
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: oss-devs@arize.com
createdAt: 2024-06-05
17 changes: 17 additions & 0 deletions data/registry/instrumentation-python-openai-openinference.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# cSpell:ignore openai
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
title: Open AI Python instrumentation
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
registryType: instrumentation
language: python
tags:
- python
- instrumentation
- open ai
mikeldking marked this conversation as resolved.
Show resolved Hide resolved
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: oss-devs@arize.com
createdAt: 2024-06-05