📅  最后修改于: 2022-03-11 14:48:32.930000             🧑  作者: Mango
pip install applicationinsights
from applicationinsights import TelemetryClient
tc = TelemetryClient('')
tc.track_event("Test event")
tc.flush()