Skip to content

Commit a81d170

Browse files
author
iliax
committed
RawMetric.groupIntoSnapshot fix for jmx metrics with same name, but diff lbls
1 parent 2db1c42 commit a81d170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/test/java/io/kafbat/ui/service/metrics/RawMetricTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class RawMetricTest {
1414

1515
@Test
16-
void groupIntoSnapshotChosingFirstGaugeLabels() {
16+
void groupIntoSnapshotChoosesFirstGaugeLabels() {
1717
List<MetricSnapshot> list = RawMetric.groupIntoSnapshot(
1818
List.of(
1919
RawMetric.create("name", Map.of("l1", "v1"), BigDecimal.ONE),

0 commit comments

Comments
 (0)