Application Insights (AI) announcement
-
Link
Yesterday at Connect() 2016 event in New York, we announced the general availability of Azure Application Insights(previously Visual Studio Application Insights) and launched our new pricing structure. With this announcement, Application Insights now provides a financially backed SLA offering 99.9% availability. You can read all about in the following blog post
In addition, we are announcing these new features and enhancements to Application Insights, that we are proud to share these with you .
- Increased raw data retention to 90 days for Analytics Queries
- European data center option for storing Application Insights data
- Improvements in Application Performance Management:
- Smart detection of degradation in request performance
- Correlating Availability Monitoring results with server side telemetry which will let you diagnose failures of your synthetic tests
- Failure Samples in Live Metrics Stream which will let you get insight into details of failed requests, dependency calls and exceptions in real time
- Grid control in Azure Dashboards and additional charting options in Metric options such as percentage charts
- Enhancements to the Codelens and Application Search capabilities inside Visual Studio provide more information in context to identify and fix issues sooner
- Preview of Application Insights REST APIs to access all your queries, events, and metrics data
Rakefet
-
0 Votes
Unable to authorize Work Items in App Insights
Hi all, I was just trying to link my app insights to my Azure DevOps today through the work items blade, typed in the url and project name, then went to the ...Answered | 1 Replies | 2129 Views | Created by Camacho R - Saturday, May 30, 2020 7:46 AM | Last reply by kobulloc-MSFT (Azure) - Friday, June 5, 2020 7:27 PM -
0 Votes
Application insights without azure portal
We are building a enterprise application using UWP technology. We would like to monitor the application performance using Microsoft Application Insights. App insights ...Proposed | 3 Replies | 3143 Views | Created by Sekar lilink - Wednesday, May 27, 2020 9:12 AM | Last reply by kobulloc-MSFT (Azure) - Friday, June 5, 2020 5:13 AM -
0 Votes
Download availability test is disabled
I setup availability test in Application Insights by setting up ping request every 5 minutes to my website. I want to download report of this test. Unfortunately option "Download availability ...Proposed | 1 Replies | 2327 Views | Created by Qboo - Tuesday, May 12, 2020 6:37 AM | Last reply by Monika Reddy-MSFT - Thursday, June 4, 2020 1:49 PM -
0 Votes
Can some one help me find a good tutorial for creating Custom dashboards in Application Insights
Hello, I am learning azure and working on creating custom dashboards in Application Insights Can some one help me find a good tutorial for ...Answered | 3 Replies | 2035 Views | Created by TTLAzure - Sunday, May 31, 2020 5:21 PM | Last reply by Vaibhav.Chaudhari - Tuesday, June 2, 2020 6:47 PM -
1 Votes
Github ApplicationInsights-Home removed?
Hello, did this repository, ApplicationInsights-Home, moved or removed from Github? It was ...Answered | 4 Replies | 2021 Views | Created by davor.geci - Friday, May 29, 2020 6:56 PM | Last reply by Monika Reddy-MSFT - Tuesday, June 2, 2020 5:32 PM -
0 Votes
Display Time of Measure in query
In the chart window i want to display the Reponsetime as 1100ms , 1200ms or i want to display at least the unit of Measure (milliseconds) on the chart is ...Proposed | 2 Replies | 1984 Views | Created by TTLAzure - Tuesday, May 26, 2020 7:47 PM | Last reply by TTLAzure - Sunday, May 31, 2020 5:18 PM -
0 Votes
[Announcement] Azure Application Insights Forum Migrated to Microsoft Q&A
All MSDN Azure Forums have moved to Microsoft Q&A platform to help our community members to find faster ... -
0 Votes
User-defined tabular function that takes datetime parameter
= v }; So, I do this, since I only have a single so-called 'tabular' parameter. let DateOnly = ...Proposed | 1 Replies | 1861 Views | Created by Coy Everett - Monday, May 18, 2020 3:50 PM | Last reply by SamaraSoucy-MSFT - Friday, May 22, 2020 7:47 PM -
0 Votes
Multiprocessing with Azure
Never dealt with azure. I am developing a C++ desktop Console application and dealing with a visual input from a webcam. The input is very fast and my computer is slow to follow. I need parallel ...Answered | 3 Replies | 2250 Views | Created by MyCatAlex - Wednesday, May 20, 2020 1:10 PM | Last reply by kobulloc-MSFT (Azure) - Wednesday, May 20, 2020 10:23 PM -
0 Votes
[Announcement] Microsoft Q&A to replace all English Azure MSDN forums
Application Insights forum will be migrating to a new home on Microsoft Q&A ! We’ve listened to your feedback on how we can enhance the ... -
0 Votes
ASP.NET MVC logs appear in live metrics but not in performance tab
I have ASP.NET MVC webapp setup (.net core 2.2), and configured to use Application Insights. I have included the following nuget packages: - ...Proposed | 1 Replies | 1819 Views | Created by pietersap - Friday, May 15, 2020 2:17 PM | Last reply by SamaraSoucy-MSFT - Monday, May 18, 2020 3:21 PM -
4 Votes
No Log Data, but there is Live Metrics Data
No log data showing up in AI from my prod server. Live Metric data does appear. I'm using the asp.net nuget packages in Visual Studio. The ...Proposed | 8 Replies | 2187 Views | Created by Steve Snively - Wednesday, April 22, 2020 4:35 PM | Last reply by pietersap - Friday, May 15, 2020 6:43 PM -
0 Votes
Issue: Appinsight Logs not showing up for an App service.
I am facing an issue where when I am deploying an API APP to Azure from Visual studio using Web Deploy, Appinsight logging is working fine. But when I am deploy the application via CI/CD appinsight ... -
1 Votes
Dashboard charting controls have regressed...
Some time back i created a dashboard in Azure with a dashboard tile that I believe was called an "Unconfigured Chart" that looks like ...Proposed | 1 Replies | 2034 Views | Created by Mick Lang - Wednesday, May 13, 2020 1:40 AM | Last reply by kobulloc-MSFT (Azure) - Thursday, May 14, 2020 1:37 AM -
0 Votes
Can i use application insight for query monitoring for Sql server on virtual machine
can we use application insight for monitoring sql queries on sql server vm sharma priyaProposed | 1 Replies | 1886 Views | Created by Sharma Priya - Wednesday, May 13, 2020 7:19 AM | Last reply by Monika Reddy-MSFT - Wednesday, May 13, 2020 1:07 PM -
0 Votes
Not getting alert from Azure Availability web test
Team, We have lot of micro services. so, for monitoring those service we wrote azure web test. So, it was fine. But issue is we got only one alert when service is failed state. ...Proposed | 6 Replies | 1950 Views | Created by Ashok285 - Monday, May 11, 2020 10:07 AM | Last reply by SamaraSoucy-MSFT - Tuesday, May 12, 2020 6:02 PM -
0 Votes
Importing pymongo module into Azure
Hi All, I have a python flask app which uses pymongo module to insert data in cloud.monogodb. On the local machine ...Unanswered | 2 Replies | 2083 Views | Created by cdevairakkam7 - Monday, April 6, 2020 1:20 AM | Last reply by SnehaAgrawal-MSFT - Monday, May 11, 2020 7:34 AM -
0 Votes
Could not find create work item in App Insight --> End-to-end transaction details.
work items by referring "https://azure.microsoft.com/en-in/blog/application-insights-work-item-integration-with-visual-studio-team-services/" But ,I could not find create ...Proposed | 2 Replies | 1864 Views | Created by Syed Shahul Hameed - Monday, May 4, 2020 12:24 PM | Last reply by kobulloc-MSFT (Azure) - Friday, May 8, 2020 7:22 PM -
1 Votes
View browser usage over a given time period
Using this AI agent to transmit telemetry data to App Insights for my .NET 4.x web apps. Is there a good way to view which browser versions (Chrome, Firefox, etc) are being ...Answered | 1 Replies | 1880 Views | Created by scott_m - Tuesday, May 5, 2020 5:30 AM | Last reply by SamaraSoucy-MSFT - Friday, May 8, 2020 7:18 PM -
1 Votes
Azure learning site redirecting indefinitely
When trying to access https://docs.microsoft.com/en-us/learn/modules/create-linux-virtual-machine-in-azure/3-exercise-generate-ssh-key it redirects me whenever I try and log in the sandbox and no ...Proposed | 1 Replies | 2079 Views | Created by Zandice - Thursday, May 7, 2020 3:16 PM | Last reply by kobulloc-MSFT (Azure) - Friday, May 8, 2020 1:33 AM - Items 1 to 20 of 2287 Next ›
Application Insights (AI) announcement
-
Link
Yesterday at Connect() 2016 event in New York, we announced the general availability of Azure Application Insights(previously Visual Studio Application Insights) and launched our new pricing structure. With this announcement, Application Insights now provides a financially backed SLA offering 99.9% availability. You can read all about in the following blog post
In addition, we are announcing these new features and enhancements to Application Insights, that we are proud to share these with you .
- Increased raw data retention to 90 days for Analytics Queries
- European data center option for storing Application Insights data
- Improvements in Application Performance Management:
- Smart detection of degradation in request performance
- Correlating Availability Monitoring results with server side telemetry which will let you diagnose failures of your synthetic tests
- Failure Samples in Live Metrics Stream which will let you get insight into details of failed requests, dependency calls and exceptions in real time
- Grid control in Azure Dashboards and additional charting options in Metric options such as percentage charts
- Enhancements to the Codelens and Application Search capabilities inside Visual Studio provide more information in context to identify and fix issues sooner
- Preview of Application Insights REST APIs to access all your queries, events, and metrics data
Rakefet