APM agent 1.12.1 is being used in .Net core 6 API. enter image description here
this API is used by admin portal (ASP.Net MVC 5) and API portal (similar to swgger - .Net core 5 MVC).
APM agent is not installed and no related settings are present in both admin and API portal
- APM traces can be seen for API hit from admin portal
- APM traces are not visible for API hit from API portal
is this the correct way of using APM for API? does .Net core MVC 5 cannot use the APM of API?