Skip to main content
The 2024 Developer Survey results are live! See the results

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.

azure-application-insights
1 vote
1 answer
34 views

Polly based retry logs intermittently not showing up in App Insights for Windows Azure Function

We have a Windows Azure function where we have Polly implemented as - public async Task<T> ExecuteTaskWithRetryAsync<T>(int maxRetryAttempts, int delayBetweenFirstRetryInSeconds, string ...
Kruti Joshi's user avatar
0 votes
2 answers
46 views

How do I designate the 2nd subscription name for Application Insights CLI Create command

My command: az monitor app-insights component create --app $appin --subscription $sub --resource-group $rg-for-insights-component --workspace workspace-in-different-Subscription --location centralus ...
josh's user avatar
  • 21
0 votes
0 answers
22 views

find Cosmos RU in custom dimension of Application Insight

I am looking to get RU usage and saw the post How to get RU of a query in Dependencies through Application Insights Analytics Tool? but yet the response header is not coming in the custom dimension. ...
Vishal Verma's user avatar
0 votes
0 answers
44 views

Application Insights record requests twice when I enable Telemetry and the app is on Azure App Services

So I have implemented custom Telemetry Initializer to add some extra data to the request . In order to enable it I have to add : services.AddApplicationInsightsTelemetry(); But the problem now each ...
Sin's user avatar
  • 1
0 votes
0 answers
25 views

Microsoft Azure Application Insights Next JS server side logs diggest property

We have a project on Next.js. For logging, we're using Application Insights. There's no problem with client-side errors, but I can't catch server-side errors. The Next.js error is: An error occurred ...
Feremez Bagırov's user avatar
0 votes
1 answer
51 views

Cannot Find Reference `configure_azure_monitor` from Opentelemetry Library

I'm currently exploring the options of using OpenTelemetry with Azure Application Insights for logging, traces and metrics. Was following this particular documentation that popped up on Google. ...
Kulasangar's user avatar
  • 9,336
0 votes
1 answer
46 views

Trace/Event Telemetry not Correlate to Request/Dependency Telemetry

I followed the instructions hereApp Insights to write custom telemetry But I see that the trace does not work as the document said that they share the same operation ID Along with setting an ...
Jason's user avatar
  • 1,603
1 vote
0 answers
58 views

How to setup Application Insight on Next.js 15 in Client and Server Side Rendering

I have tried countless different solutions to setup Application Insight working on latest Next.Js 15 version but with no success. Crawled whole internet with different blog posts and articles with no ...
Jon Koivula's user avatar
0 votes
0 answers
22 views

EasyCaching.Redis nuget and Application Inisghts metrics

We have set up Appinsight for all our applications, and everything works quite fine.. except for Redis calls since they appear as a database dependency and not as a Redis one. But if I got to the ...
advapi's user avatar
  • 3,817
0 votes
0 answers
25 views

Why does a css file embedded in a DLL take 50.9ms to 9.4s to load?

I have a Blazor server app running on Azure app server. I am using Application Insights to measure performance and as I am new to Application Insights, this may be a user error. I have MudBlazor ...
David Thielen's user avatar
0 votes
1 answer
58 views

Application Insights sometimes does not show the query from a SQL call

I have a Blazor server application with 2 databases it calls via Entity Frameworks. One is the Identity Library DB. The other is my application DB. When I go in to Application Insights and: Click on ...
David Thielen's user avatar
0 votes
1 answer
58 views

What does adding/using Application Insights from Visual Studio do?

I have added Application Insights to my app by following the Blazor server instructions here. As listed, I added the NuGet package Microsoft.ApplicationInsights.AspNetCore. However, in Visual Studio, ...
David Thielen's user avatar
1 vote
0 answers
75 views

Unexpected cost using Azure Application Insights for VS Code extension telemetry

I develop a VS Code extension, and I'd like to use Azure Application Insights for telemetry. I'm new to Azure, and what I need is a way to read crash reports and create simple charts to see what are ...
racz16's user avatar
  • 383
2 votes
0 answers
75 views

Azure Application Insights/Log Analytics: How am I supposed to join exceptions with requests and/or traces?

Azure Application Insights has a table called exceptions. (In Log Analytics the same table is called AppExceptions.) Can I join this table with anything else in order to gain more information about ...
Claus Appel's user avatar
  • 1,395
0 votes
0 answers
88 views

App Insights not logging through Class in a Function App

I’m working on creating a custom logging solution that will insert my logs into an Azure Data Table. I also want to send those logs to Application Insights. I’ve created a class called LogService and ...
Caverman's user avatar
  • 3,587

15 30 50 per page
1
2 3 4 5
270