You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/assertions/DataPointAttributes.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,20 @@ public class DataPointAttributes {
17
17
privateDataPointAttributes() {}
18
18
19
19
/**
20
-
* Create instance of matcher that will be used to check if data point attribute with given name
21
-
* has provided value.
20
+
* Create instance of matcher that should be used to check if data point attribute with given name
21
+
* has value identical to the one provided as a parameter (exact match).
22
22
*
23
23
* @param name name of the data point attribute to check
24
-
* @param value expected value of data point attribute
24
+
* @param value expected value of checked data point attribute
0 commit comments