We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256522f commit c2c6cf1Copy full SHA for c2c6cf1
code/app.py
@@ -1,6 +1,8 @@
1
from azure.monitor.opentelemetry import configure_azure_monitor
2
+from opentelemetry.instrumentation.httpx import HTTPXClientInstrumentor
3
4
configure_azure_monitor()
5
+HTTPXClientInstrumentor().instrument() # httpx is used by openai
6
7
from create_app import create_app # noqa: E402
8
0 commit comments