Skip to content

Commit 3a55d71

Browse files
authored
Clarify JavaDoc for JMS DESTINATION_NAME (#5988)
Closes #5929 Signed-off-by: Alexey Elin <[email protected]>
1 parent a5fe903 commit 3a55d71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: micrometer-jakarta9/src/main/java/io/micrometer/jakarta9/instrument/jms/JmsObservationDocumentation.java

+4
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ public String asString() {
133133

134134
/**
135135
* The name of destination the current message was sent to.
136+
* <p>
137+
* The rationale for classifying it as a high-cardinality key is that
138+
* {@link jakarta.jms.TemporaryQueue} has a great number of possible values of
139+
* names.
136140
*/
137141
DESTINATION_NAME {
138142
@Override

0 commit comments

Comments
 (0)