File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 36
36
PYTHON_THREADPOOL_THREAD_COUNT_DEFAULT ,
37
37
PYTHON_THREADPOOL_THREAD_COUNT_MAX_37 ,
38
38
PYTHON_THREADPOOL_THREAD_COUNT_MIN ,
39
+ APPLICATIONINSIGHTS_CONNECTION_STRING ,
40
+ PYTHON_AZURE_MONITOR_LOGGER_NAME ,
41
+ PYTHON_AZURE_MONITOR_LOGGER_NAME_DEFAULT
39
42
)
40
43
from .extension import ExtensionManager
41
44
from .http_v2 import (
Original file line number Diff line number Diff line change 14
14
PYTHON_ROLLBACK_CWD_PATH ,
15
15
PYTHON_SCRIPT_FILE_NAME ,
16
16
PYTHON_THREADPOOL_THREAD_COUNT ,
17
+ PYTHON_ENABLE_OPENTELEMETRY
17
18
)
18
19
19
20
@@ -27,7 +28,8 @@ def get_python_appsetting_state():
27
28
PYTHON_ENABLE_WORKER_EXTENSIONS ,
28
29
FUNCTIONS_WORKER_SHARED_MEMORY_DATA_TRANSFER_ENABLED ,
29
30
PYTHON_SCRIPT_FILE_NAME ,
30
- PYTHON_ENABLE_INIT_INDEXING ]
31
+ PYTHON_ENABLE_INIT_INDEXING ,
32
+ PYTHON_ENABLE_OPENTELEMETRY ]
31
33
32
34
app_setting_states = "" .join (
33
35
f"{ app_setting } : { current_vars [app_setting ]} | "
You can’t perform that action at this time.
0 commit comments