【问题标题】:Application Insights Does not show the data in azure portal?Application Insights 不在 Azure 门户中显示数据?
【发布时间】:2016-01-05 21:21:27
【问题描述】:

当 Application Insights 成功添加到项目并将数据发送到 Azure 门户时。 但没有显示任何数据 在 azure Portal.getting 消息中学习如何获取所有字段中的数据。 如何在门户中获取数据....?

【问题讨论】:

  • 您确认跟踪数据是通过 fiddler 之类的方式发送到门户的吗?

标签: windows azure windows-phone-8.1 azure-application-insights


【解决方案1】:

你有没有取消注释/写下一行

    Microsoft.ApplicationInsights.WindowsAppInitializer.InitializeAsync(
    Microsoft.ApplicationInsights.WindowsCollectors.Metadata |
    Microsoft.ApplicationInsights.WindowsCollectors.Session);

在 App.xaml.cs 文件中的 App 方法中?我第一次忘记了这一点,因为我没有在 Azure 上看到任何 App Insights 数据,所以我大发雷霆。

【讨论】:

    猜你喜欢
    • 2022-01-11
    • 1970-01-01
    • 1970-01-01
    • 2021-09-21
    • 1970-01-01
    • 2018-11-15
    • 2020-09-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多