File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
apm-agent-plugins/apm-jdbc-plugin/src/main/java/co/elastic/apm/agent/jdbc/helper Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2424 */
2525package co .elastic .apm .agent .jdbc .helper ;
2626
27+ import co .elastic .apm .agent .sdk .state .GlobalState ;
2728import org .slf4j .Logger ;
2829import org .slf4j .LoggerFactory ;
2930
3839import java .util .regex .Matcher ;
3940import java .util .regex .Pattern ;
4041
42+ @ GlobalState
4143public class ConnectionMetaData {
4244
4345 private static final Logger logger = LoggerFactory .getLogger (ConnectionMetaData .class );
Original file line number Diff line number Diff line change 4242import java .util .concurrent .Callable ;
4343
4444import static co .elastic .apm .agent .jdbc .helper .JdbcGlobalState .metaDataMap ;
45- import static co .elastic .apm .agent .jdbc .helper .JdbcGlobalState .metadataSupported ;
4645import static co .elastic .apm .agent .jdbc .helper .JdbcGlobalState .statementSqlMap ;
4746
4847public class JdbcHelper {
You can’t perform that action at this time.
0 commit comments