Skip to content

Commit 1af648e

Browse files
committed
up
1 parent 1227caf commit 1af648e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-v2/examples/manual/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
]
4747
))
4848

49-
from opentelemetry.instrumentation.httpx import HTTPXClientInstrumentor
50-
HTTPXClientInstrumentor().instrument()
51-
5249
# instrument OpenAI
5350
OpenAIInstrumentor().instrument()
5451

instrumentation-genai/opentelemetry-instrumentation-openai-v2/examples/manual/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ openai~=1.57.3
22

33
opentelemetry-sdk~=1.36.0
44
opentelemetry-exporter-otlp-proto-grpc~=1.36.0
5-
opentelemetry-instrumentation-openai-v2~=2.2b0.dev
5+
opentelemetry-instrumentation-openai-v2~=2.1b0

0 commit comments

Comments
 (0)