Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
40 views

We have some wrappers written around the ILogger that translate name-value pairs into custom dimensions. We've been using this code for years and have struggled with intermittent issues where ...
Josh's user avatar
  • 16.6k
0 votes
1 answer
100 views

I have around 10 function app deployed to Azure App Service. These functions gets triggered on a schedule using a timer trigger. Some of the function apps run every 5 mins while others run once per ...
A B's user avatar
  • 139
0 votes
1 answer
136 views

We have Azure App insights with 4 GB set as a daily cap. And it started to report that the daily cap is reached regularly. At the same time, based on a query for ingestion we see that only 2.5 GB of ...
JoeBloggs's user avatar
  • 175
0 votes
1 answer
620 views

Our Flex Function Apps are no longer logging to App Insights since around 20th February - rather oddly it seems to have coincided with all our Logic Apps failing to log, which was due to the App ...
Crwydryn's user avatar
  • 852
0 votes
0 answers
34 views

I am trying to trigger a custom event in a python application to record a system action linked to a specific user. Our front end application provides a user_Id and user_AuthenticatedId to app insight ...
Laurent Erignoux's user avatar
1 vote
0 answers
156 views

I'm working on a ASP.NET Core MVC application and would like to use Serilog both for logging trace messages (Information) and Exceptions to Application Insight. The configuration code (from Program....
user29807957's user avatar
0 votes
2 answers
338 views

I have a standard Logic app and multiple workflows (various system integrations, SI1, SI2 & etc.). I would like to create a dashboard according to SI1, SI2 and so on, and can leverage it to ...
Deepak Shaw's user avatar
0 votes
1 answer
101 views

Hi I am new to using App Insights. I need help identifying why my query is summarising some users into "OTHER" (upper case) It looks like there is a limit to the number of items that can be ...
Sammi's user avatar
  • 11
0 votes
1 answer
100 views

I have an AppInsights that works perfectly, but this morning I see a 408 response code in the Failures section. My problem is that I'm not able to see the details or why this is happening. If I click ...
thibsc's user avatar
  • 4,111
0 votes
1 answer
30 views

In Application Insights, I can see dependencies like SQL, Http, etc being logged and associated with http request. I wonder how are these logs produced, when those libraries does not reference ...
Liero's user avatar
  • 27.8k
0 votes
1 answer
81 views

We are experiencing an issue where logs are not flowing from our Azure Function App to Application Insights. The Function App has been deployed under an App Service Environment (ASE), and the ...
Lbits's user avatar
  • 43
0 votes
2 answers
512 views

I am working on a Retrieval-Augmented Generation (RAG) application that uses Azure OpenAI GPT4o for two types of API calls: Rephrasing the question (non-streaming call) Generating a response (...
silenthunter25's user avatar
0 votes
1 answer
173 views

I have a C# function app which runs a very long operation, and a pipeline which invokes it with the AzureFunction@1 task. The way to use this task is to start the function actual work in a new thread, ...
CodeMonkey's user avatar
  • 12.6k
0 votes
1 answer
47 views

I have a .net core app and configured app insights like this Program.cs: return WebHost.CreateDefaultBuilder(args) .UseApplicationInsights() .ConfigureLogging(logging => { logging....
AGuyCalledGerald's user avatar
0 votes
2 answers
532 views

I'm new to Azure App insights and I'm creating an azure alert based on app insights logs. I have a simple KQL query here which returns a result when the exception count is above 10. I'm looking for ...
PGM's user avatar
  • 1
0 votes
1 answer
679 views

I'm trying to get Azure AppInsights to log incoming requests when using NestJS. Currently using package: "applicationinsights": "2.7.3" and node 16, deployed via App Service on a ...
Cosmin SD's user avatar
  • 1,589
0 votes
1 answer
319 views

I'm trying to setup Logging in my Azure Function App so that Azure App Insights only displays Information Level logs for a specific namespace, "TestNamespace" and its sub-namespaces, like &...
Tim's user avatar
  • 1,309
0 votes
1 answer
60 views

We have an very old ASP.NET web application deployed in IIS. It's written in VB.NET and has ApplicationInsight reference. We have been informed of a strange file being created in one of the folders ...
user1890098's user avatar
0 votes
2 answers
209 views

I got a C# Azure function app and it uses an ILogger to log to app insight. Until recently, the function app was implemented using .NET 6 and everything was fine. I then converted it to use .NET 8 and ...
CodeMonkey's user avatar
  • 12.6k
0 votes
2 answers
403 views

Their are some sensitive APIs that are onboarded on APIM and i want no logging to be done for them due to security concerns. Was able to get many things but none of them work and was not in the will ...
Naman Jain's user avatar
0 votes
1 answer
72 views

I'm using Data Lake Storage with retry options. My service is connected to appinsights and it uses a Azure Function. Is there a way to query for retries of Data Lake Storage? Does it log automatically?...
Weedosaurus's user avatar
0 votes
1 answer
101 views

I want to read the Body of incoming requests with the help of my HttpRequestTelemetryInitializer class. Although my GetRequestHeader method works successfully, I get the following error on the var ...
Mehmet Serkan Ekinci's user avatar
0 votes
1 answer
140 views

I am trying to create alerts for databases in Azure using Add-AzMetricAlertRuleV2 command , but approach is working for other resources types like ASP , app services. not working with databases . can ...
pks's user avatar
  • 55
0 votes
1 answer
496 views

I am setting up some Grafana dashboards which retrieve data from Azure. I have managed to setup most of the required panels but one that is eluding me is Authenticated Users. So in azure we have app-...
Kev's user avatar
  • 456
2 votes
1 answer
233 views

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
1 answer
638 views

I'm using sampling overrides (java sdk) to apply sampling on different telemetry types. I'd like to know if I can use different default percentages for different telemetry types, along with their own ...
Alok's user avatar
  • 119
0 votes
1 answer
94 views

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,623
0 votes
1 answer
232 views

For context: Say for example I work in Healthcare IT and we have applications that pass PHI/PII that we do not want anything recorded (it just creates headaches). Is there a way to tell App Insights ...
Jake's user avatar
  • 906
2 votes
1 answer
371 views

I have a Debezium instance reading CDC events from a database for several different tables and publishing those messages to the same Kafka/Azure Event Hubs topic. A scaled-out service consumes these ...
lettucemode's user avatar
1 vote
2 answers
1k views

I noticed all the exception loggings in the 'Failures' come client Ip zeroed. How do I turn this one or unmask so the client IP is visible on every logging?
JCO's user avatar
  • 51
1 vote
0 answers
240 views

We have a .NET process where the process is subscribing to the Topic. One of the common observations is that the Time Spent in Queue is large. Azure Service Bus is running with 2 Messaging Units. The ...
GeekzSG's user avatar
  • 973
0 votes
1 answer
438 views

I am using aspnet core with opentelemetry. When I try to set tag in activityEvent. It appears in customdeminsion field in trace log in azure app insight. However. When I try to setTag in activity. I ...
leuction's user avatar
  • 595
0 votes
1 answer
123 views

Hello I have a query like this: customEvents | where name in ("event1", "event2") | summarize count() by name And the thing is that when event2 has no results in the timerange it ...
Wallack's user avatar
  • 792
0 votes
2 answers
115 views

I'm encountering an issue where Azure Function App isn't forwarding logs to AppInsight. I've checked the file system logs on the function app, and they're working fine and complete. Also, I'm sure ...
tatea99's user avatar
0 votes
1 answer
405 views

I'm attempting to include our application user ID in the app insights events that we send. This is a .Net Core web application. I've tried using both ITelemetryInitializer and ITelemetryProcessor. ...
Daniel Higgins's user avatar
0 votes
0 answers
94 views

$query = @{ "timespan"="P7D" "Query" = "exceptions" } | ConvertTo-Json $component = Get-AzApplicationInsights -ResourceGroupName $...
Stephen Rushton's user avatar
1 vote
1 answer
198 views

Currently what I did in startup class is: services.AddApplicationInsightsTelemetryWorkerService(<MyAppInsightsInstrumentationKey>); According to official example, to disable adaptive sampling ...
Vanderwood's user avatar
0 votes
1 answer
860 views

I'm trying to figure out how to compare a current data set for the previous 24 hours to a -7d offset and then display the difference in a percentage. I currently have the following : let currentB = ...
Nico11's user avatar
  • 1
1 vote
1 answer
86 views

i'm having some issues with a logging wrapper i createed. the repo structure is this one: ├───auth │ └───auth_handler.py └───logger.py inside the auth_handler i have some functions that are used by ...
Piergiorgio Di Pasquale's user avatar
0 votes
1 answer
829 views

I am configuring Azure App Insight's adaptive sampling in my appsettings.json file based on this article. https://learn.microsoft.com/en-us/azure/azure-monitor/app/sampling-classic-api#configuring-...
duyn9uyen's user avatar
  • 10.5k
2 votes
3 answers
1k views

By default, Azure's Application Insights only captures events at the INFO level and above. I want to change the default level to INFO in a Spring Boot app. I tried to achieve this by adding the ...
Dónal's user avatar
  • 188k
0 votes
1 answer
1k views

I have several Azure Functions which I recently migrated from in-process model .NET 6 to isolated worker model .NET 8. Everything seems to be working just fine, except I'm not seeing information logs ...
Hugo Sousa's user avatar
  • 1,936
0 votes
1 answer
48 views

Azure Application Insights continues export data json contains following fields, "context": { "session": { "id": "5JMv4", "isFirst"...
niknowj's user avatar
  • 1,037
0 votes
1 answer
168 views

Can we use environment variables (or even key vault, api management, ...) for saving the log level? If so, how? I can't seem to find it anywhere. End goal is to be able to change it during runtime ...
tlt's user avatar
  • 15.5k
1 vote
0 answers
93 views

I have a spring boot application using otel sdk 1.23.1, and using the AppInsight agent (v3.4.16). When a HTTP request with a traceparent with sampled flag (e.g. 00-155346606a87c80bab0c375534b1155e-...
kinf1's user avatar
  • 99
0 votes
1 answer
451 views

When we used package deployment mode for our node.js app running on azure web app resource, we used the code-based way to override the default appInsights client configuration. Like that: import {...
Dmitry Klochkov's user avatar
0 votes
1 answer
2k views

How to use Azure application insight in Typescript .The already available solutions are for Angular which isn't working for me. I tried the solution for angular , it didn't work. i used a 3rd party ...
Akhil pramod's user avatar
1 vote
1 answer
401 views

I didn't find a similar problem on Stack or on Google so I am asking here. I am a very Junior Developer and I work with Azure AppInsights. I added a telemetry Initializer to be able to check the user ...
Dev_Yonko's user avatar
1 vote
0 answers
435 views

I am using OpenTelemetry, and trying to add a custom attribute to the current Span, and I can see the attribute (user.name, user.role) is showing as part of the trace: // This is a sample trace coming ...
Farid's user avatar
  • 1,040
0 votes
1 answer
1k views

I have nextJs application. Telemetry.ts import { ApplicationInsights } from '@microsoft/applicationinsights-web'; const appInsights = new ApplicationInsights({ config: { connectionString: ...
devram's user avatar
  • 155

1
2 3 4 5