azure-application-insights Questions

5

Solved

I have a java web app on Azure, and I got failed requests in it's Application Insights. It look likes someone are calling 'http://myApp.azurewebsites.net/error' every 5 minutes, but I do not have t...

4

Solved

I looked at the documentation of both azurerm_app_service and azurerm_application_insights and I just do not see a way to tie them. Yet on the App Service page in the portal there is a link to App...

3

Solved

I have functions being called, and I do logging as such: _logger.LogInformation(...); These do show in the live Log Stream on the portal. However, when querying the logs in Application Insights (t...

2

I have Azure Function (Http trigger) that can fail. I also have Application Insights configured for it. In case of error (Which is better): Catch exception, wrap with more info and rethrow it. (...
Weinshienk asked 12/11, 2019 at 13:13

8

Solved

How can I programmatically determine the name of the Application Insights instance given the instrumentation key? Our company has a large number of application insights instances in Azure. When tr...
Alithea asked 31/8, 2016 at 17:38

2

What is the use of "https://dc.services.visualstudio.com/v2/track" ? As it is used to track our application using Application Insights but in page refresh or page break it stop tracking a...
Scanties asked 7/3, 2018 at 9:28

1

Solved

I have a .NET 8 Azure Function app which I have been working on, this is the first .NET 8 app that I have created, though I have worked on function apps since .NET Core 3.1. I'm sure this is someth...
Pyromancy asked 14/3 at 15:45

1

I'm trying to use the Microsoft's Application Insights JavaScript SDK React Plugin in my React application, and although it's working successfully, I'm having trouble getting my Jest and Enzyme uni...

4

Solved

I've updated the content of my original question as I was starting to cause some confusion amongst the people trying to help me. I am using the library "Microsoft.ApplicationInsights.AspNetCor...
Refutation asked 8/1, 2022 at 17:41

1

Solved

When publishing an ASP.Net Core website project in Visual Studio, under "Site Extensions Options" I am offered this option: What does selecting that option do? My project already include...
Outport asked 13/1 at 21:7

4

Solved

I want to use Azure app insight with nextjs but unable to do it , can anyoe help me with that?
Antiquity asked 4/5, 2022 at 17:30

5

Solved

All my requests logged on application insights have the 0.0.0.0 IP. Why? Details: - Running a app on azure app service - Using .Net Core 2 - Other info seems ok, like, some requests from around th...
Cyclades asked 2/4, 2018 at 12:53

2

Together with our SpringBoot (3.0.3) application we are using Application Insights (Azure) for monitoring. Currently we are trying to compile the application natively with the GraalVM. That works q...

3

I have the following code which doesnt have any compiler warnings or errors: (its a webjob) However in the line: builder.Build I got this exception: System.InvalidOperationException: 'Unable to r...
Aluminium asked 3/6, 2020 at 10:3

2

Solved

I have a Java application that sends log4j2 logs to App Insights. When logging an exception I basically pass a JSON in string format and the exception something like this JSONObject json=new JSONO...
Dowski asked 28/5, 2020 at 22:38

4

Solved

APPINSIGHTS_INSTRUMENTATIONKEY contains the instrumentation key for Application Insights. APPLICATIONINSIGHTS_CONNECTION_STRING contains the instrumentation key for Application Insights prefixed wi...
Rags asked 15/3, 2020 at 9:45

6

Solved

Did someone managed to enable via terraforms Insights for a VM? i'm able to create a VM, enable logging, but not enable insights.. i've seen this question: but don't find a clear answer.. How to en...

2

Solved

I built a simple player-tracking API app in ASP.NET Core 3.1 that uses Azure Cosmos DB as its back end. The API to create a new player entry first checks if an entry with the same ID under a give...

4

Solved

I have a C# .NET Core Azure Function App, and I am using the ILogger to send logs to Application Insights. This is working well so far. Function header: public static void Run([TimerTrigger("0...

4

Solved

Is there any way to retrieve the Instrumentation Key for an Application Insights instance in an Azure Resource Group template ? I've tried the instructions here to retrieve the list of list* opera...
Dordrecht asked 16/4, 2016 at 1:27

2

I got a .net6 service hosted in an AKS cluster with app insight and profiler enabled. Logs appear in app insight and live metrics are working and I can see every action in app insight. When I click...
Phototherapy asked 1/6, 2023 at 15:33

2

Solved

I have a Kubernetes app that is constantly logging ServiceBusReceiver.Receive Dependency calls. It is creating 2000 logs per hour, per instance. In the TelemtryClient there are only custom methods ...

1

Over the past weekend without making any change on our end, all of our APIs are showing 404 failures every 5 minutes. We believe this is due to the Always On feature hitting the root of our API whi...

1

We are using Azure Function App, Azure SQL server and API management a very simply solution and we are reporting all our telemetry back to Application Insights. Right now we are trying to review so...
Vig asked 24/12, 2021 at 17:54

6

Solved

I am getting this error whenever I try and run a webjob project with application insight and entity framework. System.IO.FileLoadException: 'Could not load file or assembly 'System.Runtime.Inte...
Othello asked 30/1, 2018 at 11:22

© 2022 - 2024 — McMap. All rights reserved.