Skip to content

Commit 8b17ac5

Browse files
committed
Fixed units in JMX Metrics integration test.
1 parent 5a13379 commit 8b17ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jmx-metrics/src/integrationTest/java/io/opentelemetry/contrib/jmxmetrics/target_systems/HadoopIntegrationTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ void endToEnd() {
4646
metric,
4747
"hadoop.name_node.capacity.usage",
4848
"The current used capacity across all data nodes reporting to the name node.",
49-
"by",
49+
"By",
5050
attrs -> attrs.contains(entry("node_name", "test-host"))),
5151
metric ->
5252
assertSumWithAttributes(
5353
metric,
5454
"hadoop.name_node.capacity.limit",
5555
"The total capacity allotted to data nodes reporting to the name node.",
56-
"by",
56+
"By",
5757
attrs -> attrs.containsOnly(entry("node_name", "test-host"))),
5858
metric ->
5959
assertSumWithAttributes(

0 commit comments

Comments
 (0)