Hi All,
Need your valuable help here...
I am just practicing AppDynamics. I created a sample spring-boot application and configured the same in my SaaS free account.
I have configured a custom service endpoint for one of my spring bean methods.
The issue is AppDynamics is auto-detecting my Rest endpoint transaction and capturing the metrics under a business transaction.
But none of the service endpoint metrics are displayed.
So am doubting the business transaction is masking my service endpoint as the configured entry points are within the business transaction.
Is that true??
If not, why my custom service endpoints are not displayed??
... View more