Skip to content

Commit 64d5f47

Browse files
chore: try to fix ci/cd pipeline error
1 parent 405d862 commit 64d5f47

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.codespellignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ignore spelling errors in test recording files, as they are records of API responses.
2+
./instrumentation-genai/opentelemetry-instrumentation-ollama/tests/cassettes/
3+
instrumentation-genai/opentelemetry-instrumentation-ollama/tests/cassettes/

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
22
# skipping auto generated folders
3-
skip = ./.tox,./.mypy_cache,./docs/_build,./target,*/LICENSE,./venv
3+
skip = ./instrumentation-genai/opentelemetry-instrumentation-ollama/tests/cassettes
44
ignore-words-list = ot

instrumentation-genai/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
| Instrumentation | Supported Packages | Metrics support | Semconv status |
22
| --------------- | ------------------ | --------------- | -------------- |
33
| [opentelemetry-instrumentation-google-genai](./opentelemetry-instrumentation-google-genai) | google-genai >= 1.0.0 | No | development
4-
| [opentelemetry-instrumentation-langchain](./opentelemetry-instrumentation-langchain) | langchain >= 0.0.346, langchain-core > 0.1.0 | Yes | development
4+
| [tapm-instrumentation-langchain](./opentelemetry-instrumentation-langchain) | langchain >= 0.0.346, langchain-core > 0.1.0 | Yes | development
5+
| [tapm-instrumentation-ollama](./opentelemetry-instrumentation-ollama) | ollama>=0.2.0 | Yes | development
56
| [opentelemetry-instrumentation-openai-v2](./opentelemetry-instrumentation-openai-v2) | openai >= 1.26.0 | Yes | development
67
| [opentelemetry-instrumentation-vertexai](./opentelemetry-instrumentation-vertexai) | google-cloud-aiplatform >= 1.64 | No | development

instrumentation-genai/opentelemetry-instrumentation-langchain/examples/zero-code/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ opentelemetry-distro
1313

1414
opentelemetry-semantic-conventions-ai~=0.4.9
1515

16-
# If intergrated with flask, install following dependencies
16+
# If integrated with flask, install following dependencies
1717
flask~=3.1.1
1818
opentelemetry-instrumentation-flask

0 commit comments

Comments
 (0)