We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada9183 commit 8f12f49Copy full SHA for 8f12f49
1 file changed
content-gen/src/backend/app.py
@@ -53,6 +53,7 @@
53
configure_azure_monitor(
54
connection_string=appinsights_connection_string,
55
enable_live_metrics=False,
56
+ enable_performance_counters=False,
57
logging_level=logging.WARNING,
58
)
59
# Disable Azure SDK native span creation (ContainerProxy.*, BlobClient.* InProc spans)
0 commit comments