Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 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
121 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
0 answers
31 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
0 votes
2 answers
323 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
90 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,101
0 votes
1 answer
77 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
1 answer
148 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
2 answers
502 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
298 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
2 answers
190 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
1 answer
66 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
132 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
2 votes
1 answer
226 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
91 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
2 votes
1 answer
355 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
0 answers
232 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
119 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
1 answer
391 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
1 vote
1 answer
191 views

Currently what I did in startup class is: services.AddApplicationInsightsTelemetryWorkerService(<MyAppInsightsInstrumentationKey>); According to official example, to disable adaptive sampling ...
Vanderwood's user avatar
1 vote
1 answer
84 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
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
48 views

Azure Application Insights continues export data json contains following fields, "context": { "session": { "id": "5JMv4", "isFirst"...
niknowj's user avatar
  • 1,037
1 vote
0 answers
86 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
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
0 answers
433 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

1
2 3 4 5