TAG

Application Insights

Flaskでconfigure_azure_monitor()を使うとエラー

事象 PythonのFlaskで、Azure Monitor(Application Insights)にログを送信するために、azure-monitor-opentelemetryのconfigure_azure_monitor()を使用します。 import logging from flask import Flask from azure.monitor.opentelemetry imp […]