We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aaa791 commit 02d0971Copy full SHA for 02d0971
1 file changed
src/backend/api/api_routes.py
@@ -43,7 +43,8 @@
43
instrumentation_key = os.getenv("APPLICATIONINSIGHTS_CONNECTION_STRING")
44
if instrumentation_key:
45
# Configure Application Insights if the Instrumentation Key is found
46
- configure_azure_monitor(connection_string=instrumentation_key)
+ # commenting below line as configure_azure_monitor is causing issues with OpenAI calls in process_batch_async, needs further investigation
47
+ # configure_azure_monitor(connection_string=instrumentation_key)
48
logging.info(
49
"Application Insights configured with the provided Instrumentation Key"
50
)
0 commit comments