Skip to content

Commit c3d09aa

Browse files
committed
Remove deprecated, the extra field is now optional
1 parent 1259752 commit c3d09aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/messaging/MessagingSpanNameExtractor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public final class MessagingSpanNameExtractor<REQUEST> implements SpanNameExtrac
2121
* name>}.
2222
* @see MessageOperation used to extract {@code <operation name>}.
2323
*/
24-
@Deprecated
2524
public static <REQUEST> SpanNameExtractor<REQUEST> create(
2625
MessagingAttributesGetter<REQUEST, ?> getter, MessageOperation operation) {
2726
return new MessagingSpanNameExtractor<>(getter, operation, null);

0 commit comments

Comments
 (0)