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

Displaying Application insights and analytics graphs and charts from Azure to a Web Application Dashboard Page

I am trying to display application insights and analytics in a web application dashboard page. Is there a way to fetch and display for example number of users as shown in the picture with the graph on a web application dashboard page from Azure…
1
vote
0 answers

Application Insights for NLog not working on my Azure VM but works locally

I have created a small project with Microsoft.ApplicationInsights.NLogTarget with NLog and it is working fine in local. I can see all the event data in my Application Insights resource, no issues at all. Now, I have tried to move the code to one of…
UBK
  • 232
  • 4
  • 15
1
vote
1 answer

computing offset for prev dynamically

I want to set offset for prev dynamically, based on number of items in a group. for e.g T | make-series value = sum(value) on timestamp from .. to .. step 5m by customer | summarize by bin(timestamp,1h), customer | extend prev_value =…
vumaasha
  • 2,765
  • 4
  • 27
  • 41
1
vote
1 answer

Use Application Insights with on-premises Node.js application

I am currently trying to set up Application Insights for an on-premises node.js backend. According to the documentation it should be possible. Application Insights can gather telemetry data from any internet-connected application, whether or not…
The Fool
  • 16,715
  • 5
  • 52
  • 86
1
vote
1 answer

How to extend column in Azure App Insight log query which contains space and brackets in the column name?

I am trying to write a query to fetch some of the data from the Azure Application Insight, and what I want to do is there's one field inside that log which I want to extend it as a separate column, but while trying to run the query with that…
Dishant
  • 1,545
  • 12
  • 29
1
vote
1 answer

How to configure Application Insights to only track the count of calls in an Azure Function App

I have an Azure Function App that is currently running and processing ~4k queries an hour. The application insight monitor is set to the default configuration of when it was automatically created. I want to use application insights to track only the…
Alienator
  • 185
  • 2
  • 9
1
vote
1 answer

Azure Batch Application Insights

I'm trying to get application insights to work in azure batch job/task while running through a .net core 3.1 console application. When I run the console app through Visual Studio debug or directly on a node in the batch pool, I get all the…
1
vote
1 answer

APIM requests and Application Insights count

We are using APIM for all our API requests and enabled Application Insights to make sure we get all information like country, request body, IP address, HTTP status code, etc. We are using AppInsights API to get data APIM data, as on UI, there is a…
1
vote
1 answer

Azure Application Insights preserves log data when it is moved from one subscription to another?

I have to move resources in Azure from one subscription to another one. One of these resources is Application Insights. The continuous export feature in Application Insights is not being used, so the logs are only preserved for 3 months. I spent a…
Mohamed Sahbi
  • 1,065
  • 10
  • 24
1
vote
2 answers

Azure AppService Performance Issue

We have ASP.Net Core 2.1 Web API hosted in AppService (S1) that talks to Azure SQL DB (S1-20DTUs). Both are in same region. During load testing we found that some API instances are taking too much time to return the result. We tried to troubleshoot…
1
vote
1 answer

Application Insights Query Issue

I want to query AI to find all trace entries where the requests table has success == false. The results should be all the trace entries that pertain to the InovationsId that had a failure. I tried this query and it is failing. Both the traces and…
user31673
  • 13,245
  • 12
  • 58
  • 96
1
vote
1 answer

Azure AD B2C Custom Policy + Application Insights

I'm using a TechnicalProfile for logging custom events to Application Insights in Azure AD B2C, but I would like to add the client OS or client type. Now all clients are set as PC. Is this possible? The trace logging from AD B2C to Application…
1
vote
1 answer

Edit traces table data stored in Azure Application Insights

I have logged data in Application Insights traces table which I want to change/modify using an API. Is there a way to do this, similar to the purge operation?
1
vote
1 answer

Using TrackDependency is the right way to get metrics of a business logic layer .NET Library Class?

I applied Application Insights in an MVC .NET project. The solution has 3 projects: the MVC project for the front-end, and 2 .NET Library Class projects, one for the business layer, and the other for the data access layer. By default, Application…
1
vote
0 answers

Can I replace AppDynamics with Azure App Insights

Our existing Infra is hosted on private servers. AppDynamics is used for monitoring hundreds of application & host performances. As a move we are moving all our applications on Azure. Is this possible to get away from AppDynamics & use any Azure…
1 2 3
99
100