File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/assertions Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -245,9 +245,10 @@ public final MetricAssert hasDataPointsWithOneAttribute(AttributeMatcher expecte
245245 }
246246
247247 /**
248- * Verifies that every data point attributes set is matched by one of matcher sets provided. Data
249- * point attributes set is matched by matcher set if each attribute is matched by one matcher and
250- * matcher count is equal to attribute count.
248+ * Verifies that every data point attributes set is matched exactly by one of the matcher sets provided.
249+ * Also, each matcher set must match at least one data point attributes set.
250+ * Data point attributes set is matched by matcher set if each attribute is matched by one matcher and
251+ * each matcher matches one attribute.
251252 *
252253 * @param attributeMatchers array of attribute matcher sets
253254 * @return this
You can’t perform that action at this time.
0 commit comments