Skip to content

Commit 7cdce34

Browse files
committed
Merge branch '1.13.x' into 1.14.x
2 parents 0d6bcec + 3a55d71 commit 7cdce34

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)