We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bed658 commit fddc5fcCopy full SHA for fddc5fc
jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/assertions/MetricAssert.java
@@ -189,7 +189,8 @@ private MetricAssert checkDataPoints(Consumer<List<NumberDataPoint>> listConsume
189
info.description("at least one set of data points expected for metric '%s'", actual.getName());
190
integers.assertGreaterThan(info, count, 0);
191
192
- strictCheck("data point attributes", /* expectedCheckStatus= */ false, dataPointAttributesChecked);
+ strictCheck(
193
+ "data point attributes", /* expectedCheckStatus= */ false, dataPointAttributesChecked);
194
dataPointAttributesChecked = true;
195
return this;
196
}
0 commit comments