I have a spring boot application, deployed in AKS. I am using Appynamics docker image to inject the agent into JVM. The setup is working fine in lower environments. Even in the production environment, everything worked fine for 1-2 days. Then I configured the transaction detection rules of java to include a custom header in the transaction name, making them similar to what we have in non-production environments. It worked for a few hours, then it stopped capturing any business transactions and transaction snapshots. I can still see the traffic using the Service Endpoints, where the number of calls and the average response time is captured. I tried to look at the events, and there I can see some events like New Business Transaction Discovered /xxx.yyy (But no data for this in Business Transaction Tab) Errors like - Application Server Exception Agent Data Diagnostics - OVERFLOW_BT Currently, the production environment has less traffic than the non-production environment. And apart from this application, we only have a few Browser and Mobile apps, but no other Java/.Net application. The application has not been restarted since I configured the business transaction name. Tried setting "find-entry-points" to true, but could not make much sense from its logs.
... View more