Skip to content

Commit d84f727

Browse files
Remove deprecated ListenerLowCardinalityTags.DELIVERY_TAG
Fixes: #2921
1 parent cc98ae3 commit d84f727

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/support/micrometer/RabbitListenerObservation.java

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @author Gary Russell
2929
* @author Vincent Meunier
3030
* @author Artem Bilan
31+
* @author Ngoc Nhan
3132
*
3233
* @since 3.0
3334
*/
@@ -84,24 +85,6 @@ public String asString() {
8485
return "messaging.destination.name";
8586
}
8687

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}
96-
*/
97-
@Deprecated(since = "3.2.1", forRemoval = true)
98-
DELIVERY_TAG {
99-
100-
@Override
101-
public String asString() {
102-
return "messaging.rabbitmq.message.delivery_tag";
103-
}
104-
10588
}
10689

10790
}

0 commit comments

Comments
 (0)