Skip to content

Commit 4251ef4

Browse files
committed
delete test main method
1 parent d0acc07 commit 4251ef4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

instrumentation/jdbc/library/src/main/java/io/opentelemetry/instrumentation/jdbc/internal/JdbcConnectionUrlParser.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,12 +1146,6 @@ private static void populateStandardProperties(DbInfo.Builder builder, Map<?, ?>
11461146
}
11471147
}
11481148

1149-
public static void main(String[] args) {
1150-
DbInfo dbInfo = JdbcConnectionUrlParser.parse(
1151-
"jdbc:tracing:mysql://rm-bp17j28j2y7pm-proxy-lindorm-pub.aliyuncs.com", new Properties());
1152-
System.out.println(dbInfo);
1153-
}
1154-
11551149
// see
11561150
// https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md
11571151
private static String toDbSystem(String type) {

0 commit comments

Comments
 (0)