Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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