Questions tagged [appinsights]
198 questions
0
votes
1 answer
DJANGO OPENCENSUS url field in request data too long
I am having a similar issue to this question since adding App Insights to my application. It may be related to this other question also, but neither of them are directly related to App Insights and neither have solutions.
This is the error from the…

MikeF
- 764
- 9
- 26
0
votes
1 answer
Angular App insight error: 'rootDir' is expected to contain all source files.ts
I am trying to include app insight in my angular 10 app using this link:
I am getting exception in node module : @microsoft/applicationinsights-web tsconfig.json file:
File 'c:/MyApp/UI/node_modules/@microsoft/applicationinsights-web/src/Init.ts'…

winterishere
- 350
- 1
- 5
- 21
0
votes
0 answers
Power BI scheduled refresh is failing
I have a report that is published and also used by the client.
The data is certainly not huge (just 33k records).
But my scheduled refresh has started to fail for a week now. I have deleted unwanted tables and queries and still facing the same…

Elma Sarah Daniel
- 91
- 10
0
votes
1 answer
Windows 2019 IIS On Premise Application Insight Monitor Status
I am upgrading our IIS Servers to use Windows Server 2019 instead of 2012 R2. We had on our Windows Server 2012 R2 IIS server the Application Insights Monitor Status application on there and then ApplicationInsights.config file for our individual…

Nathan
- 675
- 2
- 9
- 20
0
votes
1 answer
How to add custom role in Angular TypeScript in Microsoft AppInsights
I have an angular project which I want to include AppInsight with telemetry (custom role).
The project is written in Angular with TypeScript, I followed this tutorial to integrate appinsights in the angular project and it seems to work fine. I…

DemoDemo
- 372
- 1
- 12
0
votes
1 answer
App insights: Can you concatenate two properties together?
I have a custom event with a json (string) property called EventInfo. Sometimes this property will be larger than the 150 character limit set on event properties, so I have to split it into multiple properties, ie EventInfo0, EventInfo1, ect.
For…

Pootyy
- 23
- 1
- 3
0
votes
1 answer
How to anonymize URL in application insights?
I have URL /users/myuser@gmail.com. I don't want to log the actual email in the logs. What can I do?
I really like to be logged like /users/m***r@gmail.com but I just don't know if it is possible and how.
Update
It is a c# on ASP.net core 3.1…

Ashkan S
- 10,464
- 6
- 51
- 80
0
votes
1 answer
How can we add Application Insight in Service Fabric Actor Reliable service
We have 5 reliable actor services which are being called from a stateless aspnet core web api.
Now, the service fabric application is running in production but as a part of migration to azure we want all our custom events and trace to app…

Dhiraj Bhavsar
- 13
- 4
0
votes
0 answers
Azure webapp AppInsights Profiler exceptions
Have been noticing these task canceled exceptions in azure profiler logs for one of our apps only recently. Any pointers are appreciated. We do have other apps in the same resource plan but only this app seems to be having this…

Bala P
- 143
- 1
- 12
0
votes
1 answer
Log ModelState Errors to app insights for each Bad Http Request using Web Api 2.x
I know I can create an ActionFilter where I get the ModelState from the current actionContext.
I could use the TelemetryClient or ILogger (if it works for old web api) and do manual errors adding to the app insights properties. But then I will have…

HelloWorld
- 4,671
- 12
- 46
- 78
0
votes
1 answer
Suspicious Traffic Find IP on Azure Web App
I have noticed in my app insights log some suspicious traffic and I would like to block the IP. However, all I find is 0.0.0.0 for the IP on all requests. Is there a way to find in a log the exact IP to block future requests from the IP? I am using…

Matt Kenney
- 165
- 1
- 6
0
votes
1 answer
How to get operationId for request t in Java
I am trying to access operationId in Java.
I have an access to TelemetryClient but telemetryClient.getContext().getOperation().getId() returns null and I don't know how can I get current operationId for the request.
I am looking for…

Yoda
- 17,363
- 67
- 204
- 344
0
votes
1 answer
How to disable "RemoteDependencyData" in Microsoft Application Insights via Javascript SDK?
The RemoteDependencyData is sent by default even if events are not tracked. Is there a way to disable RemoteDependencyData of Microsoft Application Insights via JavaScript SDK ?

Murali
- 11
- 4
0
votes
1 answer
fetch appinsight traces from java application
How can i fetch logs from appinsight from Spring application? I don't want the metrics as official documents suggest. Is there a way to execute custom queries on trace, exception tables and extract the results for a Spring Boot application?

user1354825
- 1,108
- 4
- 21
- 54
0
votes
1 answer
Could not load file or assembly 'Microsoft.ApplicationInsights, Version=2.12.1.36699, Culture=neutral or one of its dependencies
My application has a nuget package called CustomLogger(created by us). CustomLogger has Microsoft.ApplicationInsights nuget package installed in it with version 2.12.1
Today I installed another nuget package called HistoryStats(created by us) which…

Pரதீப்
- 91,748
- 19
- 131
- 172