gpt4 book ai didi

azure - 在哪里可以查看 Azure AppInsights 中的跟踪和事件?

转载 作者:行者123 更新时间:2023-12-03 06:32:25 24 4
gpt4 key购买 nike

我有以下控制台应用程序。

    static void Main(string[] args)
{
TelemetryConfiguration config = TelemetryConfiguration.CreateDefault();
config.ConnectionString = "bla bla";
var client = new TelemetryClient(config);
client.TrackEvent("TestEvent");
client.TrackTrace("Eriks test trace");
client.Flush();
}

如何在 Azure 门户中查看事件和跟踪日志?如果我转到应用程序洞察资源和“监控”->“日志”,我必须选择一个范围。我不知道该选择什么?

最佳答案

您可以使用 Azure 门户,导航到应用程序见解资源,然后从菜单中选择“交易搜索”。对于事件,还有一个专门的“事件”菜单项用于专门的 View 。

enter image description here

关于azure - 在哪里可以查看 Azure AppInsights 中的跟踪和事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75170777/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com