Skip to content

Commit 28671df

Browse files
committed
added OpenLLMetry instrumentations
1 parent fcd65b2 commit 28671df

10 files changed

+159
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: ChromaDB Instrumentation
2+
registryType: instrumentation
3+
language: python
4+
tags:
5+
- python
6+
- instrumentation
7+
- chromadb
8+
license: Apache 2.0
9+
description: Instrumentation for Chroma Vector DB
10+
authors:
11+
- name: Traceloop
12+
13+
urls:
14+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-chromadb
15+
createdAt: 2024-05-27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# cSpell:ignore llamaindex
2+
title: LlamaIndex Instrumentation
3+
registryType: instrumentation
4+
language: python
5+
tags:
6+
- python
7+
- instrumentation
8+
- llamaindex
9+
license: Apache 2.0
10+
description: Instrumentation for LlamaIndex Framework
11+
authors:
12+
- name: Traceloop
13+
14+
urls:
15+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-llamaindex
16+
createdAt: 2024-05-27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# cSpell:ignore milvus
2+
title: Milvus Instrumentation
3+
registryType: instrumentation
4+
language: python
5+
tags:
6+
- python
7+
- instrumentation
8+
- milvus
9+
license: Apache 2.0
10+
description: Instrumentation for Milvus Vector DB
11+
authors:
12+
- name: Traceloop
13+
14+
urls:
15+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-milvus
16+
createdAt: 2024-05-27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# cSpell:ignore mistralai
2+
title: MistralAI Instrumentation
3+
registryType: instrumentation
4+
language: python
5+
tags:
6+
- python
7+
- instrumentation
8+
- mistral
9+
license: Apache 2.0
10+
description: Instrumentation for Mistral AI LLMs (prompts logging, tokens, etc.)
11+
authors:
12+
- name: Traceloop
13+
14+
urls:
15+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-mistralai
16+
createdAt: 2024-05-27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# cSpell:ignore ollama
2+
title: Ollama Instrumentation
3+
registryType: instrumentation
4+
language: python
5+
tags:
6+
- python
7+
- instrumentation
8+
- ollama
9+
license: Apache 2.0
10+
description: Instrumentation for Ollama LLMs (prompts logging, tokens, etc.)
11+
authors:
12+
- name: Traceloop
13+
14+
urls:
15+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-ollama
16+
createdAt: 2024-05-27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# cSpell:ignore qdrant
2+
title: Qdrant Instrumentation
3+
registryType: instrumentation
4+
language: python
5+
tags:
6+
- python
7+
- instrumentation
8+
- qdrant
9+
license: Apache 2.0
10+
description: Instrumentation for Qdrant Vector DB
11+
authors:
12+
- name: Traceloop
13+
14+
urls:
15+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-qdrant
16+
createdAt: 2024-05-27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: Replicate Instrumentation
2+
registryType: instrumentation
3+
language: python
4+
tags:
5+
- python
6+
- instrumentation
7+
- replicate
8+
license: Apache 2.0
9+
description: Instrumentation for Replicate LLMs (prompts logging, tokens, etc.)
10+
authors:
11+
- name: Traceloop
12+
13+
urls:
14+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-replicate
15+
createdAt: 2024-05-27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# cSpell:ignore huggingface
2+
title: Transformers Instrumentation
3+
registryType: instrumentation
4+
language: python
5+
tags:
6+
- python
7+
- instrumentation
8+
- transformers
9+
- huggingface
10+
license: Apache 2.0
11+
description: Instrumentation for Transformers SDK (HuggingFace)
12+
authors:
13+
- name: Traceloop
14+
15+
urls:
16+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-transformers
17+
createdAt: 2024-05-27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# cSpell:ignore vertexai
2+
title: VertexAI Instrumentation
3+
registryType: instrumentation
4+
language: python
5+
tags:
6+
- python
7+
- instrumentation
8+
- vertexai
9+
- google
10+
license: Apache 2.0
11+
description: Instrumentation for VertexAI LLMs (prompts logging, tokens, etc.)
12+
authors:
13+
- name: Traceloop
14+
15+
urls:
16+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-vertexai
17+
createdAt: 2024-05-27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: Weaviate Instrumentation
2+
registryType: instrumentation
3+
language: python
4+
tags:
5+
- python
6+
- instrumentation
7+
- weaviate
8+
license: Apache 2.0
9+
description: Instrumentation for Weaviate Vector DB
10+
authors:
11+
- name: Traceloop
12+
13+
urls:
14+
repo: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-weaviate
15+
createdAt: 2024-05-27

0 commit comments

Comments
 (0)