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/messaging/MessageOperation.java
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/messaging/MessagingAttributesExtractor.java
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/messaging/MessagingSpanKindExtractor.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,10 @@ public static <REQUEST> SpanKindExtractor<REQUEST> create(
59
59
returnrequest -> result;
60
60
}
61
61
62
-
/** Returns a span kind extractor for the given operation. */
62
+
/**
63
+
* @deprecated Use {@link #create(MessagingOperationType)}. Will be removed in 3.0.
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/messaging/MessagingSpanNameExtractor.java
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,11 @@ public static <REQUEST> SpanNameExtractor<REQUEST> create(
25
25
returnbuilder(getter, operationType).build();
26
26
}
27
27
28
-
/** Returns a messaging span name extractor for the given operation. */
28
+
/**
29
+
* @deprecated Use {@link #create(MessagingAttributesGetter, MessagingOperationType)}. Will be
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/test/java/io/opentelemetry/instrumentation/api/incubator/semconv/messaging/MessagingAttributesExtractorTest.java
Copy file name to clipboardExpand all lines: instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/internal/SemconvSelectionResolver.java
0 commit comments