Skip to content

Commit 0bf10f5

Browse files
committed
JavaDoc update
1 parent b26cf42 commit 0bf10f5

File tree

1 file changed

+4
-3
lines changed
  • jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/assertions

1 file changed

+4
-3
lines changed

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/assertions/MetricAssert.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)