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

Use ApplicationInsights to track telemetry from a FunctionApp generates a lot of logs

I'm using a FunctionApp that sends telemetries of type Trace, Event and Exception to Application Insights. I've noticed that most of the logs are generated by the FunctionAPP sdk itself. Is there a way to limit these kind of logs and left only the…
1
vote
1 answer

Use ILogger in Azure Function using DI

I am trying a fairly easy thing to do, but somehow I am missing something after all the Microsoft documents and SO posts I've been reading today. I want to do some proper logging for my Azure Functions and all over the internet the best practice…
CiucaS
  • 2,010
  • 5
  • 36
  • 63
1
vote
0 answers

How Can I filter out a dependency failure from app insights

Since moving to Azure Key Vault to manage some keys and connection strings my App Insights Failures blade is producing errors when attempting to connect to Key vault. The error is specifically: InProc | Microsoft.ManagedIdentity:…
SaaSGuy33
  • 23
  • 3
1
vote
2 answers

How to enable EnableSqlCommandTextInstrumentation via code?

According to the documentation you need to add the following to your applicationInsights.config file to enable full SQL logging:
Christoph Fink
  • 22,727
  • 9
  • 68
  • 113
1
vote
1 answer

Track python simpleHttp server logging information in azure application insights application map

We have different microservices(function apps, vm servers, etc) logging to application insights. A simple python http server is hosted on a linux VM, I want this server to receive a traceparent http header (W3C tracing) log the information to…
1
vote
0 answers

Configure Application Insights agent for Java Function Apps

I enabled the Application Insights agent for my Java Function App as described at How to enable distributed tracing for Java Function apps? XDT_MicrosoftApplicationInsights_Java="1" ApplicationInsightsAgent_EXTENSION_VERSION="~2" While it collects…
sschmeck
  • 7,233
  • 4
  • 40
  • 67
1
vote
0 answers

No performanceCounters/Requests Data in azure Application Insights

I have a web app running on prem (IIS) and I am trying to collect performance counters from it, although I have everything setup on my local and I am seeing all other types of telemetry in my Azure resource (requests, exceptions, traces) performance…
1
vote
0 answers

Uncaught TypeError: Failed to resolve module specifier "@microsoft/applicationinsights-web". Relative references must start with either "/", "./"

I am trying to use Azure applicationinsights for client side javascript so imported following module in html as follows