Skip to content

Commit 31b44c8

Browse files
committed
fix small error and unit tests
1 parent d46eb77 commit 31b44c8

File tree

2 files changed

+388
-60
lines changed

2 files changed

+388
-60
lines changed

instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/kafka-connect.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ rules:
174174
desc: Whether this worker is currently rebalancing.
175175
metricAttribute:
176176
kafka.connect.worker.rebalance.state:
177-
rebalancing: [true, TRUE]
178-
idle: [false, FALSE]
177+
rebalancing: ["true", "TRUE"]
178+
idle: ["false", "FALSE"]
179179
unknown: "*"
180180
# kafka.connect.worker.rebalance.since_last
181181
time-since-last-rebalance-ms:

0 commit comments

Comments
 (0)