Skip to content

Commit 8ad6e23

Browse files
committed
remove duplicated assertions in hbase tests
1 parent d4b8e2e commit 8ad6e23

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/target_systems/HBaseIntegrationTest.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,6 @@ protected MetricsVerifier createMetricsVerifier() {
4646
.hasDataPointsWithAttributes(
4747
attributeGroup(attribute("state", "dead")),
4848
attributeGroup(attribute("state", "live"))))
49-
.add(
50-
"hbase.master.regions_in_transition.count",
51-
metric ->
52-
metric
53-
.isUpDownCounter()
54-
.hasDescription("The number of region servers.")
55-
.hasUnit("{server}")
56-
.hasDataPointsWithoutAttributes())
57-
.add(
58-
"hbase.master.regions_in_transition.count",
59-
metric ->
60-
metric
61-
.isUpDownCounter()
62-
.hasDescription("The number of regions that are in transition.")
63-
.hasUnit("{region}")
64-
.hasDataPointsWithoutAttributes())
6549
.add(
6650
"hbase.master.regions_in_transition.count",
6751
metric ->

0 commit comments

Comments
 (0)