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
on 07-05-2017 02:26 PM
If an AppDynamics Agent fails to instrument JDBC driver for Vertica database, Vertica backend calls will not be visible.
To diagnose this issue, use the following API calls to verify if Agent is able to apply the interceptors.
com.vertica.jdbc.SPreparedStatement, com.vertica.jdbc.VerticaPreparedStatement
com.vertica.jdbc.SCallableStatement,com.vertica.jdbc.SStatement
com.vertica.jdbc.VerticaStatement,com.vertica.jdbc.VerticaConnection
com.vertica.jdbc.SConnection, com.vertica.jdbc.SConnectionHandle
To resolve the issue, add the following classes for each of the four node-level properties.
jdbc-prepared-statements=com.vertica.jdbc.SPreparedStatement,com.vertica.jdbc.VerticaPreparedStatement
jdbc-callable-statements = com.vertica.jdbc.SCallableStatement
jdbc-statements= com.vertica.jdbc.SStatement,com.vertica.jdbc.VerticaStatement
jdbc-connections = com.vertica.jdbc.VerticaConnection,com.vertica.jdbc.SConnection,com.vertica.jdbc.SConnectionHandle
Follow the documentation to add a registered node property.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form