Skip to content

Commit 2971ef7

Browse files
Update jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/assertions/AttributeMatcher.java
Co-authored-by: jason plumb <[email protected]>
1 parent 9f47ef6 commit 2971ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/** Implements functionality of matching data point attributes. */
1111
public class AttributeMatcher {
1212
private final String attributeName;
13+
@Nullable
1314
private final String attributeValue;
1415

1516
/**

0 commit comments

Comments
 (0)