Skip to main content

All Questions

0 votes
1 answer
78 views

Send Request data with Application Insights Exception Data

To ensure all exceptions are logged by my ASP.NET MVC application, I've excluded exception data from adaptive sampling as follows: <ExcludedTypes>Event;Exception</ExcludedTypes> The issue ...
Gary's user avatar
  • 732
1 vote
2 answers
55 views

Application Insights telemetry shows 'NA' from MVC 4 application behind private load balancer

Hello Stack Overflow community, I'm facing an issue with Application Insights telemetry in my MVC 4 application when it's deployed behind a private load balancer. Locally, the CPU and Memory telemetry ...
Mayank's user avatar
  • 1,381
3 votes
1 answer
2k views

Configure Application Insights with managed identity instead of instrumentation key

I have a .NET Framework v4.8.2 application integrated with application insights, utilizing the instrumentation key for directing requests to application insights. Nevertheless, I would like to move ...
James's user avatar
  • 37
0 votes
1 answer
384 views

ApplicationInsights - prevent samples of quick successful requests

I have an application hooked up to application insights and we have decent amount of requests. The vast majority are sub 80ms but we have a few which are >300ms. The issue i have is that when we ...
Andy's user avatar
  • 11
0 votes
1 answer
164 views

Does enabling Azure App Insight telemetry from ASP.NET MVC & C# code have any performance side effects?

Does enabling Azure App Insight telemetry from C# code have any performance side effects? I have referenced Azure App Insight NuGet package in my ASP.NET MVC project After installing app insight ...
Sagar's user avatar
  • 700
1 vote
1 answer
953 views

Track Redis dependency calls and send details to Application insights

My application consists of few API that would call Redis db and some API dont. So, I created a middleware to intercept and track the Redis dependency calls and send info to app insights. But, it ...
Vikram R's user avatar
2 votes
1 answer
733 views

Can't send customMetrics and customEvents data to Application insights

Application telemetry is my new area. I can't send my custom data to Application insights to query and monitor. I need to send an user ID metrics to application insights who access my web-application ...
Vikram R's user avatar
-1 votes
1 answer
644 views

Best practice for adding Azure Application Insights to multiple .net apps

We are going to start adding Application Insights to a bunch of our web apps (20-30 apps). We have already done this on a few but wanted to get some feed back on the best approach. Should we do 1 ...
Lance Lyons's user avatar
2 votes
1 answer
2k views

How to EnableSqlCommandTextInstrumentation for Application Insights in a .Net Framework 4.7.2 project

I have a problem adding EnableSqlCommandTextInstrumentation to my MVC .Net Framework 4.7.2 project / we use IIS server. After following the automatic installation steps ,I followed this documentation ...
vlayk's user avatar
  • 45
2 votes
1 answer
307 views

What is the relation between CustomErrors web.config setting and azure app insights logging?

Link: https://learn.microsoft.com/en-us/azure/azure-monitor/app/asp-net-exceptions#prior-versions-support If the CustomErrors configuration is Off, then exceptions will be available for the HTTP ...
variable's user avatar
  • 9,319
0 votes
2 answers
1k views

How to track dependencies, exceptions and requests for Live Metrics in ASP.NET MVC app?

I've configured Live Metrics for my ASP.NET MVC app with target framework 4.7.2 using the tutorial given in Microsoft Docs: https://learn.microsoft.com/en-us/azure/azure-monitor/app/live-stream#enable-...
Arjun D Nair's user avatar
0 votes
1 answer
2k views

Application Insights not logging browser data

I am using application insights javascript sdk in my mvc application. I've copied the following snippet from here (https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript): <script ...
Ask's user avatar
  • 3,576
1 vote
0 answers
1k views

Request timed out (System.Web.HttpException)

In periods we are experiencing many "Request timed out" exceptions (System.Web.HttpException) from a specific endpoint that is called often. It appears not to be related to high-peak periods ...
halvorsen's user avatar
  • 431
0 votes
2 answers
263 views

How to customize Application Insights

I have a web application with Microsoft Application Insights. And I monitor all the requests, exceptions, perfomance, etc. Is it possible to customize and disable the monitor of some requests? I'd ...
Rodrigo Kiguti's user avatar
0 votes
2 answers
293 views

Potentially dangerous Request.Path due to doubled url

I'm maintaining a legacy .NET 4.7.2 MVC application that uses Umbraco CMS 7.15.7. We started getting failed requests registered in Azure Application Insights with the following message A potentially ...
Armino's user avatar
  • 151

15 30 50 per page
1
2 3 4 5
7