Skip to content

Commit a2fca88

Browse files
committed
remove worker startup percentages
1 parent 6d3af5f commit a2fca88

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

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

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,15 @@ rules:
1616
type: counter
1717
unit: "{attempt}"
1818
desc: The total number of connector startups that this worker has attempted.
19-
# kafka.connect.worker.connector.startup.failure.percentage
20-
connector-startup-failure-percentage:
21-
metric: connector.startup.failure.percentage
22-
type: gauge
23-
unit: '1'
24-
desc: The average percentage of this worker's connectors starts that failed.
2519
# kafka.connect.worker.connector.startup.failure.total
2620
connector-startup-failure-total:
27-
metric: connector.startup.failure.total
21+
metric: connector.startup.failures
2822
type: counter
2923
unit: "{startup}"
3024
desc: The total number of connector starts that failed.
31-
# kafka.connect.worker.connector.startup.success.percentage
32-
connector-startup-success-percentage:
33-
metric: connector.startup.success.percentage
34-
type: gauge
35-
unit: '1'
36-
desc: The average percentage of this worker's connectors starts that succeeded.
3725
# kafka.connect.worker.connector.startup.success.total
3826
connector-startup-success-total:
39-
metric: connector.startup.success.total
27+
metric: connector.startup.successes
4028
type: counter
4129
unit: "{startup}"
4230
desc: The total number of connector starts that succeeded.
@@ -52,27 +40,15 @@ rules:
5240
type: counter
5341
unit: "{attempt}"
5442
desc: The total number of task startups that this worker has attempted.
55-
# kafka.connect.worker.task.startup.failure.percentage
56-
task-startup-failure-percentage:
57-
metric: task.startup.failure.percentage
58-
type: gauge
59-
unit: '1'
60-
desc: The average percentage of this worker's tasks starts that failed.
6143
# kafka.connect.worker.task.startup.failure.total
6244
task-startup-failure-total:
63-
metric: task.startup.failure.total
45+
metric: task.startup.failures
6446
type: counter
6547
unit: "{startup}"
6648
desc: The total number of task starts that failed.
67-
# kafka.connect.worker.task.startup.success.percentage
68-
task-startup-success-percentage:
69-
metric: task.startup.success.percentage
70-
type: gauge
71-
unit: '1'
72-
desc: The average percentage of this worker's tasks starts that succeeded.
7349
# kafka.connect.worker.task.startup.success.total
7450
task-startup-success-total:
75-
metric: task.startup.success.total
51+
metric: task.startup.successes
7652
type: counter
7753
unit: "{startup}"
7854
desc: The total number of task starts that succeeded.

0 commit comments

Comments
 (0)