Questions tagged [azure-application-insights]

For programming questions about Microsoft's Azure Application Insights, which is a monitoring service for deployed live applications, allowing collection of availability, performance, usage, and other diagnostic data. It supports web services, Windows Store apps, and Windows Phone 8 apps.

Application Insights lets you monitor your deployed live applications. It supports web services, web apps, and device apps, across a variety of languages and device ecosystems. Application Insights allows for collection of data around availability, performance, usage, and diagnostics.

Application Insights is part of Microsoft Azure Monitor, which is Microsoft's offering for monitoring applications and infra, in Azure cloud or On-Prem.

For .NET and .NET Core technologies, Application Insights SDKs are available as nuget packages (available from nuget.org), or by functionality built into Visual Studio 2013 (Update 3 and later).

SDKs for other technologies and languages are available on Microsoft's GitHub page.

3791 questions
1
vote
1 answer

Azure Application Insights - trackEvent with custom properties in Javascript

We are using the client-side javascript SDK (via the snippet-based integration) for Application Insights to track custom events appInsights.trackEvent({name:"WinGame"}); How can I add custom properties to this? Something like…
silent
  • 14,494
  • 4
  • 46
  • 86
1
vote
1 answer

azure dashboard shared user cannot view chart

I shared a dashboard with a user not in my resource group, and the user can view the dashboard but does not have permissions to view the chart visualizations on that dashboard. I granted the user read role on the dashboard. Do I need to add read…
1
vote
1 answer

How do I use postsharp logging to write to applicationInsights? and How do I test that the logs are being written to application Insights?

I was trying to use application Insights as my logging backend from postsharp references. I have setup the application insights and was able to see live metrics. But I am not quite sure if postsharp logging alone is able to write to application…
1
vote
1 answer

Differences between Insights response time and App Service response time

I noticed a difference in AVG and MAX response time between Insights (Performance / View in Logs / Response Time) and the response time that I see in the (Overview / Response Time) of the Web App. The values on OverView are higher (seems that there…
1
vote
1 answer

Adding more information to InvalidOperationException line

I am trying to learn how to throw exceptions. Currently when I do the following try { throw new InvalidOperationException("TEST"); } catch { throw; } When I look into AI…
user3622142
  • 360
  • 4
  • 18
1
vote
1 answer

Capture search query string on an ASP.Net MVC app using Application Insights on Azure

Being completely new to Azure Application Insights, I am wondering how can I capture a simple free text search query string on an ASP.Net MVC application using Azure Application Insights. The app creates a GET request while the user enters a search…
PineCone
  • 2,193
  • 12
  • 37
  • 78
1
vote
0 answers

Pass custom Headers/Fields across trace calls using Application Insight agent(v3) and Java spring boot application

I've used Application insight v3.0 agent with my Java spring boot applications. There are two applications A and B running. A is making an internal call to B. Current Status: I could see the transaction end to end in Application Insight portal in…
1
vote
1 answer

Application Insights stops working after deployment to Azure App Service

My team has a .NET MVC 4.6 application we deploy to Azure App Services. We are using the Agent-based application monitoring implementation, thus, we turn on Application Insights at the App Server level and it should just work. Every time we deploy…
Flea
  • 11,176
  • 6
  • 72
  • 83
1
vote
1 answer

Azure Durable Functions Verbose Logging App Insights

We have just started using an Azure Durable Orchestration Function which is linked to application insights. The telemetry is filling up with logs we cannot seem to stop: Time 16:51:03 Message funcname-applease: Starting lease renewal with token…
user351711
  • 3,171
  • 5
  • 39
  • 74
1
vote
1 answer

Application Insights Log4Net Appender - telemetry sampling and reliability

We use log4net and DB / File appenders currently to capture log4net logging. In Production, while we mostly have WARN and higher level logging alone, there are occasions INFO level logging is turned on to troubleshoot end user issues. These…
Praveen Nayak
  • 167
  • 1
  • 16
1
vote
1 answer

Asp.net Core - Read Application Insights Page Views

A simple enough question I would have thought, but haven't been able to find an answer. I have Application Insights enabled on my Asp.net core 3.1 mvc application. I have been able to look at the data in azure portal, and see that the application…
devwest
  • 49
  • 2
1
vote
1 answer

ApplicationInsights end-2-end breaks on ServiceFabric ApiGateway

All, I have some problem setting up end-2-end transaction monitoring in ApplicationInsights, it seems to break the end-2-end view on my ServiceFabric ApiGateway service (.net CORE). This results in 2 traces in AppInsights instead of 1 (which I want…
1
vote
1 answer

Does Oauth Authorization Code flow generates a service principal sign in event?

in Oauth Client credentials flow, when application gets an access token after authenticating using the credentials There will be a Service Principal SignIn event. I wanted to know whether there will be a SPN SignIn event for Oauth authorization code…
1
vote
0 answers

Find reason for IIS "app crash" for .net MVC 5 application results in iis hanging

My webapp (.NET MVC 5) randomly hangs and stops responding to requests. I can't seem to get any more details regarding this except for an "information entry" in the event log. It looks like this: Fault bucket 120750848795, type 4 Event Name:…
martenolofsson
  • 501
  • 1
  • 4
  • 20
1
vote
1 answer

Having trouble exporting my Application Insight data to SQL table?

I am viewing Applications Insight through Visual Studio 2017 View->Other Windows -.Applications Insight. Can i export this data from Visual Studio to a sql table to perform more detailed queries ?
Abbey
  • 153
  • 2
  • 11