We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d6bcec + 3a55d71 commit 7cdce34Copy full SHA for 7cdce34
micrometer-jakarta9/src/main/java/io/micrometer/jakarta9/instrument/jms/JmsObservationDocumentation.java
@@ -133,6 +133,10 @@ public String asString() {
133
134
/**
135
* 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.
140
*/
141
DESTINATION_NAME {
142
@Override
0 commit comments