Closed
Description
(the reason this didn't show up before is because we used to auto-retry tests)
> Task :jmx-scraper:integrationTest
HBaseIntegrationTest > endToEndTest(Path) FAILED
org.opentest4j.AssertionFailedError: [no data point matched attribute set '[{state=compaction}, {region_server}]' for metric 'hbase.region_server.queue.length']
expected: true
but was: false
at app//io.opentelemetry.contrib.jmxscraper.assertions.MetricAssert.lambda$hasDataPointsWithAttributes$2(MetricAssert.java:262)
at app//io.opentelemetry.contrib.jmxscraper.assertions.MetricAssert.checkDataPoints(MetricAssert.java:188)
at app//io.opentelemetry.contrib.jmxscraper.assertions.MetricAssert.hasDataPointsWithAttributes(MetricAssert.java:231)
at app//io.opentelemetry.contrib.jmxscraper.target_systems.HBaseIntegrationTest.lambda$createMetricsVerifier$9(HBaseIntegrationTest.java:126)