应用见解没有出现在Azure中preVIEW门户网站数据 [英] Application Insights not showing data in Azure Preview Portal

查看:264
本文介绍了应用见解没有出现在Azure中preVIEW门户网站数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些非常有限的应用程序的见解监控(终点检查)在Azure上现有的Web应用程序。我以为我会拉的功能,其余的,所以我在之后的http://azure.microsoft.com/en-us/documentation/articles/app-insights-start-monitoring-app-health-usage/.一切都很顺利,我能看到,当我装用JavaScript它确实将请求发送到Azure中的仪器一个页面,我正在回无论是在错误code或JSON响应错误数组中没有错误。

I have an existing web application on Azure with some very limited application insights monitoring (end point checks). I thought I would pull in the rest of the functionality so I added telemetry to my project following the instructions at http://azure.microsoft.com/en-us/documentation/articles/app-insights-start-monitoring-app-health-usage/. Everything went well and I was able to see that when I loaded a page with the instrumentation JavaScript it was indeed sending requests to azure and I was getting back no errors either in error code or in the errors array in the json response.

应用程序的见解配置文件中的GUID看起来是正确的。我也试过手动发送遥测

The GUID in the applications insights configuration file looks correct. I've also tried sending telemetry manually

private void GatherTelemetry()
{
    var telemetry = new TelemetryClient();
    telemetry.TrackEvent("FeedPageLoaded");
}

虽然所有这些行动在Visual Studio中的计数显示

While all of these actions show up in the count in visual studio

有什么门户。

there is nothing in the portal.

我试图重新打开叶片,以及注销并再次

I have tried reopening the blades as well as logging out and in again.

还有什么可以我尝试?

推荐答案

这里有事情要确认:


  1. 如果您正在运行从Visual Studio你的应用程序确保没有被列为输出窗口中发送的事件(根据您上面的截图看起来不错那里)

  1. if you are running your app from visual studio make sure there are events listed as sent from the output window (based on your screenshot above it looks good there)

请确保您使用的是我们的新版SDK。 0.11有一些重大的变动在这里看到:<一href=\"http://blogs.msdn.com/b/visualstudioalm/archive/2014/10/21/application-insights-sdk-0-11-0-$p$prelease.aspx\">http://blogs.msdn.com/b/visualstudioalm/archive/2014/10/21/application-insights-sdk-0-11-0-$p$prelease.aspx

make sure you are using our latest SDKs. .11 had some breaking changes see here: http://blogs.msdn.com/b/visualstudioalm/archive/2014/10/21/application-insights-sdk-0-11-0-prerelease.aspx

确保事件被发送到AI端点提琴手dc.services.visualstudio.com(貌似你在这里好)

ensure the events are being sent to the AI endpoint in fiddler dc.services.visualstudio.com (looks like you are good here)

去portal.azure.com并选择浏览 - >应用程序的见解和选择您正在发送数据的应用程序。你可以通过查看在性能部分关键仪器仔细检查。另一种方式回到门户就是通过在Visual Studio中提供的深层链接。在概述刀片去诊断搜索的一部分,看收集的最后遥测事件的尾巴。

go to portal.azure.com and choose browse -> application insights and choose the app you are sending data for. you can double check by looking at the instrumentation key on the properties part. another way to get back to the portal is through the deep links made available in visual studio. on the overview blade go to the diagnostic search part to see a tail of the last telemetry events collected.

最后,如果你没有看到这里的服务问题的数据检查:<一href=\"http://azure.microsoft.com/en-us/status/\">http://azure.microsoft.com/en-us/status/

finally if you don't see data check for service issues here: http://azure.microsoft.com/en-us/status/

这篇关于应用见解没有出现在Azure中preVIEW门户网站数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆