We still observe performance overhead on the calls made to Advantage SQL DB.
Certain Classes / Methods causing the loop
Release : SAAS
Component : Integration with APM
1) Turn off SQL Agent tracing group:
# TurnOn: SQLAgentConnections
2) We can configure a skips.pbd with entries as below :
#######################################
# Skips.pbd
#######################################
#####################################################################
# Skip classes that may be contributing to the overhead.
# ===================================================================
#
SkipPackagePrefix: com.extendedsystems.jdbc.advantage.*
SkipPackagePrefix: com.zaxxer.hikari.*