what is difference between a self time and total time taken ?
when I hover over self-time it says : the amount of time taken in this method only and does not include time spent on any method it called" . What does this mean?
Any method in code is co...
Hi,We have configured some pojo to monitor but appdynamics not showing anything under business transactions with that pojo. What could be the issue?Thanks!
I dont know what do you mean. But I have already named the Pojo that I want to see in business transactions. And even if it has been named by any other transaction, the method should be shown under that transaction which is not showing.
I have this following method:
public ResultSet executeQuery() throws SQLException { checkOpen(); try { return DelegatingResultSet.wrapResultSet(this,((PreparedStatement)_stmt).executeQuery()); } catch (SQLException e) { handleException(e); throw ne...