You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/DbClientCommonAttributesGetter.java
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,6 @@
10
10
/** An interface for getting attributes common to database clients. */
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/SqlClientAttributesExtractor.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@
27
27
*
28
28
* <p>It sets the same set of attributes as {@link DbClientAttributesExtractor} plus an additional
29
29
* <code>db.sql.table</code> attribute. The raw SQL statements returned by the {@link
30
-
* SqlClientAttributesGetter#getRawQueryText(Object)} method are sanitized before use, all statement
31
-
* parameters are removed.
30
+
* SqlClientAttributesGetter#getRawQueryTexts(Object)} method are sanitized before use, all
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/SqlClientAttributesGetter.java
-25Lines changed: 0 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@
8
8
importjava.util.Collection;
9
9
importjava.util.Collections;
10
10
importjava.util.Map;
11
-
importjavax.annotation.Nullable;
12
11
13
12
/**
14
13
* An interface for getting SQL database client attributes.
0 commit comments