Discussion Feed
01-04-2021
08:02 AM
Peter, I coded both direct startTransaction()/endTransaction() and just try/startTransaction() to no avail. After further experiments, I do see some transactions displayed after cleanup and restart (of my client). The listed code is from AppD documentation and it calls closeTransaction() during completion of the "try" section. I have to manually create load on my current setup.
... View more
01-04-2021
06:33 AM
Peter, thank you for the pointers. I didn't see related messages in the logs. I did put in log statements into the code to validate that the code is called. I see about ~15 BTs listed so with default limit of ~40(?) BTs it is under.
... View more
12-29-2020
09:13 AM
I followed coding snippets at https://docs.appdynamics.com/display/PRO45/Java+Agent+API+User+Guide marking business transactions and they don't show up in the BT list for the application. With basic code public String checkout(List<ItemOrders> orders) { try (Transaction transaction = AppdynamicsAgent.startTransaction("Checkout", null, EntryTypes.POJO, false)) { /******************* * Method Body Here *******************/ } } I also reviewed https://community.appdynamics.com/t5/Knowledge-Base/Why-aren-t-business-transactions-appearing-in-the-Business/ta-p/13973#SeeBusinessTransactions but that page doesn't address API created transactions. Any pointers on how this can be debugged?
... View more
Latest Activity
- Posted Re: AppdynamicsAgent.startTransaction/endTransaction never shows in BT list on Java (Java Agent, Installation, JVM, and Controller Installation). 01-04-2021 08:02 AM
- Posted Re: AppdynamicsAgent.startTransaction/endTransaction never shows in BT list on Java (Java Agent, Installation, JVM, and Controller Installation). 01-04-2021 06:33 AM
- Posted AppdynamicsAgent.startTransaction/endTransaction never shows in BT list on Java (Java Agent, Installation, JVM, and Controller Installation). 12-29-2020 09:13 AM
Community Stats
Date Registered | 11-25-2020 12:43 PM |
Date Last Visited | 01-07-2021 01:22 PM |
Total Messages Posted | 3 |