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: spring-rabbit/src/main/java/org/springframework/amqp/rabbit/support/micrometer/RabbitListenerObservation.java
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
* @author Gary Russell
29
29
* @author Vincent Meunier
30
30
* @author Artem Bilan
31
+
* @author Ngoc Nhan
31
32
*
32
33
* @since 3.0
33
34
*/
@@ -84,24 +85,6 @@ public String asString() {
84
85
return"messaging.destination.name";
85
86
}
86
87
87
-
},
88
-
89
-
/**
90
-
* The delivery tag.
91
-
* After deprecation this key is not exposed as a low cardinality tag.
92
-
*
93
-
* @since 3.2
94
-
*
95
-
* @deprecated in favor of {@link ListenerHighCardinalityTags#DELIVERY_TAG}
0 commit comments