Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,320 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there something happening with Azure Monitor? I know opencensus-ext-azure was deprecated last month.
pip install azure-monitor-opentelemetry==1.6.2
from logging import INFO, getLogger
from azure.monitor.opentelemetry import configure_azure_monitor
configure_azure_monitor(
connection_string="my-connection-string",
logger_name="azure_monitor",
)
logger = getLogger("azure_monitor")
logger.setLevel(INFO)
logger.info("test")
Retrying due to server request error: