简体   繁体   中英

Not seeing telemetry in azure application insights and application insight resource randomly disappearing

I'm pretty much new to Azure and Application Insights, but I followed the steps described here to setup Application Insights in my app. While I can use the Live Metrics feature, and the Overview page also shows me the summarized telemetry, as soon as I want to query the data using the Search feature, it seems like no data was transmitted at all (even though I could view it live via Live Metrics and the overview page showed the summary!)

Also, after some time of creating the Application Insights resource, it appears as if it is deleted. While it still appears in the list of my resources, it just says "resource not found" - I then manually delete them.

I'm thankful for any pointers in the right direction for either issue. I was using an aspnetcore3.1 web app, and the most recent version of the Application Insights SDK.

Thanks and cheers, CG

Live Metrics - Live Metrics displays the Data Immediately. You don't see historical data here. You can see last 1-2 minutes data only.

Search Feature - It takes 2-5 minutes to reflect the data here Search and rest of the places in the Application Insights.

Live Metrics are displayed instantly, however, the other telemetry is not shown immediately, it might take 2 to 5 minutes. The reason for this is that that Live Metrics Stream and the regular Telemetry use different Application Insight's Channels

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM