Skip to content

Commit a52561f

Browse files
authored
Remove outdated todo (#11544)
1 parent cc1c042 commit a52561f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,6 @@ DbInfo.Builder doParse(String jdbcUrl, DbInfo.Builder builder) {
666666
private static final String DEFAULT_USER = "SA";
667667
private static final int DEFAULT_PORT = 9001;
668668

669-
// TODO(anuraaga): Replace dbsystem with semantic convention
670-
// https://github.com/open-telemetry/opentelemetry-specification/pull/1321
671669
@Override
672670
DbInfo.Builder doParse(String jdbcUrl, DbInfo.Builder builder) {
673671
String instance = null;

0 commit comments

Comments
 (0)