Skip to content

Commit 21d2e0d

Browse files
author
Shreyas-Microsoft
committed
fix pylint
1 parent 02d0971 commit 21d2e0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/backend/api/api_routes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
from api.status_updates import app_connection_manager, close_connection
1515

1616
# Third-party
17-
from azure.monitor.opentelemetry import configure_azure_monitor
17+
# Azure Monitor OpenTelemetry integration is currently causing issues with OpenAI calls in process_batch_async, needs further investigation, commenting out for now
18+
# from azure.monitor.opentelemetry import configure_azure_monitor
1819

1920
from common.logger.app_logger import AppLogger
2021
from common.services.batch_service import BatchService

0 commit comments

Comments
 (0)