Skip to content

PINPOINT DB2 plugin #13084

@snmsmanager

Description

@snmsmanager

hello,

We have developed simple plugin to profile IBM DB2 and it is Instrument perfectly with raw jdbc like

**- com.ibm.db2.jcc.am.ko (JCC PreparedStatement)

  • com.ibm.db2.jcc.am.kn (Statement implementation)**
Image Image

Now tried to expand it to Instrument DB2 via application deployed in IBM WebSphere (WAS) using
DataSource impl : com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource
Connection impl : com.ibm.ws.rsadapter.jdbc.WSJccSQLJPDQConnection
PreparedStmt impl : com.ibm.ws.rsadapter.jdbc.WSJccPreparedStatement
ResultSet impl : com.ibm.ws.rsadapter.jdbc.WSJccResultSe
t

Image Image

but WAS agent is not actually loading DB2 plugin, so none of the WSJcc / DB2 classes are being instrumented.

here is simple Db2iPlugin.java file

Db2iPlugin.java

and here is pinpoint.log

pinpoint.log

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions