We have integrated APM with our Spring boot application Java. we have two concerns with APM agent, just wanted to know are they expected or anything missing at my side in configuration.
Below are the concerns
- If we use throw new in application with 200 HTTP Status code APM is showing in errors tab.
- In spring DataAccessException is thrown by the spring framework which is caught in the application and handled. These are also showing in ELK errors tab. For this point I have added image reference.
Please help in this.
