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/DbClientSpanNameExtractor.java
+18-31Lines changed: 18 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,6 @@ public static <REQUEST> SpanNameExtractor<REQUEST> create(
24
24
/**
25
25
* Returns a {@link SpanNameExtractor} that constructs the span name according to DB semantic
26
26
* conventions.
27
-
*
28
-
* @see SqlStatementInfo#getOperationName() used to extract {@code <db.operation.name>}.
29
-
* @see DbClientAttributesGetter#getDbNamespace(Object) used to extract {@code <db.namespace>}.
30
-
* @see SqlStatementInfo#getCollectionName() used to extract table name.
31
-
* @see SqlStatementInfo#getStoredProcedureName() used to extract stored procedure name.
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/MultiQuery.java
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/SqlClientAttributesExtractor.java
0 commit comments