Skip to content
Snippets Groups Projects
Commit a60c9319 authored by Simon Spinner's avatar Simon Spinner
Browse files

Change naming of query method in jdbc calls.

parent 9ee299b3
No related branches found
No related tags found
No related merge requests found
......@@ -96,9 +96,9 @@ public class JDBCStatementInterceptor implements StatementInterceptorV2 {
String interf = "javax.sql.DataSource";
StringBuilder operation = new StringBuilder();
operation.append("query(");
operation.append("query[");
operation.append(currentInvocation.toString());
operation.append(")");
operation.append("]");
ComponentRecord crec = MonitoringService.INSTANCE.requireComponent(con.getHost(),
"mysql", "", "database");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment