Skip to content

Commit dd17633

Browse files
committed
fix readme
1 parent 81fa539 commit dd17633

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

instrumentation/jmx-metrics/library/kafka-connect.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ formatting between the docs are cosmetic; bean names align across both variants.
1717

1818
## Worker metrics
1919

20-
| Metric Name | Type | Unit | Attributes | Description |
21-
|-------------------------------------------------|---------------|-------------|------------|---------------------------------------------------------------------------------------------|
22-
| kafka.connect.worker.connector.count | UpDownCounter | {connector} | | The number of connectors run in this worker. |
23-
| kafka.connect.worker.connector.startup.attempts | Counter | {attempt} | | The total number of connector startups that this worker has attempted. |
24-
| kafka.connect.worker.connector.startup.failure.percentage | Gauge | 1 | | The average percentage of this worker's connectors starts that failed. |
25-
| kafka.connect.worker.connector.startup.failure.total | Counter | {startup} | | The total number of connector starts that failed. |
26-
| kafka.connect.worker.connector.startup.success.percentage | Gauge | 1 | | The average percentage of this worker's connectors starts that succeeded. |
27-
| kafka.connect.worker.connector.startup.success.total | Counter | {startup} | | The total number of connector starts that succeeded. |
28-
| kafka.connect.worker.task.count | UpDownCounter | {task} | | The number of tasks run in this worker. |
29-
| kafka.connect.worker.task.startup.attempts | Counter | {attempt} | | The total number of task startups that this worker has attempted. |
30-
| kafka.connect.worker.task.startup.failure.percentage | Gauge | 1 | | The average percentage of this worker's tasks starts that failed. |
31-
| kafka.connect.worker.task.startup.failure.total | Counter | {startup} | | The total number of task starts that failed. |
32-
| kafka.connect.worker.task.startup.success.percentage | Gauge | 1 | | The average percentage of this worker's tasks starts that succeeded. |
33-
| kafka.connect.worker.task.startup.success.total | Counter | {startup} | | The total number of task starts that succeeded. |
20+
| Metric Name | Type | Unit | Attributes | Description |
21+
|-----------------------------------------------------------|---------------|-------------|------------|---------------------------------------------------------------------------|
22+
| kafka.connect.worker.connector.count | UpDownCounter | {connector} | | The number of connectors run in this worker. |
23+
| kafka.connect.worker.connector.startup.attempts | Counter | {attempt} | | The total number of connector startups that this worker has attempted. |
24+
| kafka.connect.worker.connector.startup.failure.percentage | Gauge | 1 | | The average percentage of this worker's connectors starts that failed. |
25+
| kafka.connect.worker.connector.startup.failure.total | Counter | {startup} | | The total number of connector starts that failed. |
26+
| kafka.connect.worker.connector.startup.success.percentage | Gauge | 1 | | The average percentage of this worker's connectors starts that succeeded. |
27+
| kafka.connect.worker.connector.startup.success.total | Counter | {startup} | | The total number of connector starts that succeeded. |
28+
| kafka.connect.worker.task.count | UpDownCounter | {task} | | The number of tasks run in this worker. |
29+
| kafka.connect.worker.task.startup.attempts | Counter | {attempt} | | The total number of task startups that this worker has attempted. |
30+
| kafka.connect.worker.task.startup.failure.percentage | Gauge | 1 | | The average percentage of this worker's tasks starts that failed. |
31+
| kafka.connect.worker.task.startup.failure.total | Counter | {startup} | | The total number of task starts that failed. |
32+
| kafka.connect.worker.task.startup.success.percentage | Gauge | 1 | | The average percentage of this worker's tasks starts that succeeded. |
33+
| kafka.connect.worker.task.startup.success.total | Counter | {startup} | | The total number of task starts that succeeded. |
3434

3535
## Worker connector task metrics
3636

0 commit comments

Comments
 (0)