Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
06-26-2020 06:32 PM
I configured appdynamics for monitoring my java app running on Payara server. My application talks to multiple databases, including Oracle, MySql, MS SqlServer and EDB (PostgreSQL). The backend auto discovery feature picks up all JDBC calls except for EDB. EDB is a custom version of PostgreSQL and we use EDB JDBC driver for application connection to the DB.
I don't see any calls to the EDB DB.
Is there anyway to modify the discovery to detect the JDBC calls to EDB DB?
Thanks!
07-03-2020 05:26 AM
Normally you could look in the Code, to see where in the Java Code the outbound Call is made and configure a custom backend, which would then show you the calls being made.
I have done a similar one, with a custom PostgresDB as well, and just found the class.method where the call is being made and configured the custom backend
07-03-2020 11:14 AM
Thanks for your response.. Can you provide an example of how to configure custom backend?
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form