You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hosting environment: Docker Desktop and Azure Kubernetes Service
Describe the bug
Application insights does not log some Dependency HTTP requests when NewRelic agent is installed and Profiler is attached.
Our company has been using Applicaiton Insights and NewRelic in parallel on .Net Core 2 and 3.1.
During out migration to .Net 8 we have discovered that some dependencies have got missing.
This happens to some HTTP requests, but not others - it appears to depend on the URL. For example HTTP GET request to google.com will always be logged, but HTTP GET to api.restful-api.dev/objects will not, for no obvious reason.
To Reproduce
I have created a project using ASP.Net 8 API template, with Docker Compose, Application Insights and NewRelic Agent.
You will need to set a New Relic License key and an Application Insights connection string to test.
Run the application, and open the swagger UI. Make the default GET request
Upon receiving the GET request, the .Net Application will make several API requests
Check Application Insights, and you will see that only the GET request to google is logged.
Other dependencies, like SQL and service bus, are logged successfully.
In my understanding, this Application Insights Package does not attach as a profiler and thus I am unclear why it is affected.
If New Relic Agent is removed, the issue dissapears.
The text was updated successfully, but these errors were encountered:
Describe the bug
Application insights does not log some Dependency HTTP requests when NewRelic agent is installed and Profiler is attached.
Our company has been using Applicaiton Insights and NewRelic in parallel on .Net Core 2 and 3.1.
During out migration to .Net 8 we have discovered that some dependencies have got missing.
This happens to some HTTP requests, but not others - it appears to depend on the URL. For example HTTP GET request to google.com will always be logged, but HTTP GET to api.restful-api.dev/objects will not, for no obvious reason.
To Reproduce
I have created a project using ASP.Net 8 API template, with Docker Compose, Application Insights and NewRelic Agent.
You will need to set a New Relic License key and an Application Insights connection string to test.
Run the application, and open the swagger UI. Make the default GET request
Upon receiving the GET request, the .Net Application will make several API requests
Check Application Insights, and you will see that only the GET request to google is logged.
Other dependencies, like SQL and service bus, are logged successfully.
In my understanding, this Application Insights Package does not attach as a profiler and thus I am unclear why it is affected.
If New Relic Agent is removed, the issue dissapears.
The text was updated successfully, but these errors were encountered: