-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added OpenLLMetry instrumentations (#4544)
Co-authored-by: Phillip Carter <[email protected]>
- Loading branch information
Showing
10 changed files
with
161 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,16 @@ | ||
# cSpell:ignore chromadb | ||
title: ChromaDB Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- chromadb | ||
license: Apache 2.0 | ||
description: Instrumentation for Chroma Vector DB | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-chromadb | ||
createdAt: 2024-05-27 |
This file contains 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,16 @@ | ||
# cSpell:ignore llamaindex | ||
title: LlamaIndex Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- llamaindex | ||
license: Apache 2.0 | ||
description: Instrumentation for LlamaIndex Framework | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-llamaindex | ||
createdAt: 2024-05-27 |
This file contains 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,16 @@ | ||
# cSpell:ignore milvus | ||
title: Milvus Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- milvus | ||
license: Apache 2.0 | ||
description: Instrumentation for Milvus Vector DB | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-milvus | ||
createdAt: 2024-05-27 |
This file contains 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,16 @@ | ||
# cSpell:ignore mistralai | ||
title: MistralAI Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- mistral | ||
license: Apache 2.0 | ||
description: Instrumentation for Mistral AI LLMs (prompts logging, tokens, etc.) | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-mistralai | ||
createdAt: 2024-05-27 |
This file contains 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,16 @@ | ||
# cSpell:ignore ollama | ||
title: Ollama Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- ollama | ||
license: Apache 2.0 | ||
description: Instrumentation for Ollama LLMs (prompts logging, tokens, etc.) | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-ollama | ||
createdAt: 2024-05-27 |
This file contains 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,16 @@ | ||
# cSpell:ignore qdrant | ||
title: Qdrant Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- qdrant | ||
license: Apache 2.0 | ||
description: Instrumentation for Qdrant Vector DB | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-qdrant | ||
createdAt: 2024-05-27 |
This file contains 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,15 @@ | ||
title: Replicate Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- replicate | ||
license: Apache 2.0 | ||
description: Instrumentation for Replicate LLMs (prompts logging, tokens, etc.) | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-replicate | ||
createdAt: 2024-05-27 |
This file contains 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 huggingface | ||
title: Transformers Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- transformers | ||
- huggingface | ||
license: Apache 2.0 | ||
description: Instrumentation for Transformers SDK (HuggingFace) | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-transformers | ||
createdAt: 2024-05-27 |
This file contains 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 vertexai | ||
title: VertexAI Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- vertexai | ||
license: Apache 2.0 | ||
description: Instrumentation for VertexAI LLMs (prompts logging, tokens, etc.) | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-vertexai | ||
createdAt: 2024-05-27 |
This file contains 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,16 @@ | ||
# cSpell:ignore weaviate | ||
title: Weaviate Instrumentation | ||
registryType: instrumentation | ||
language: python | ||
tags: | ||
- python | ||
- instrumentation | ||
- weaviate | ||
license: Apache 2.0 | ||
description: Instrumentation for Weaviate Vector DB | ||
authors: | ||
- name: Traceloop | ||
email: [email protected] | ||
urls: | ||
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-weaviate | ||
createdAt: 2024-05-27 |