Class SQLTraceProbeProvider


  • public class SQLTraceProbeProvider
    extends Object
    Provider interface for JDBCRA sql tracing related probes.
    Author:
    Shalini M
    • Constructor Detail

      • SQLTraceProbeProvider

        public SQLTraceProbeProvider()
    • Method Detail

      • traceSQLEvent

        public void traceSQLEvent​(String poolName,
                                  String appName,
                                  String moduleName,
                                  String sql,
                                  long executionTime)
        Emits probe event/notification that the given connection pool poolNamehas got an event to cache a sql query
        Parameters:
        poolName - for which sql query should be cached
        appName -
        moduleName -
        sql - sql query that should be cached
        executionTime - the sql query execution time