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 3c0b0d7 commit 40a98efCopy full SHA for 40a98ef
app.py
@@ -3,7 +3,7 @@
3
from azure.monitor.opentelemetry import configure_azure_monitor
4
5
logging.basicConfig(level=logging.INFO)
6
-configure_azure_monitor()
+configure_azure_monitor(enable_live_metrics = True)
7
8
from flask import Flask, render_template, request
9
from datetime import datetime, timezone
0 commit comments