Skip to content

Commit c08109f

Browse files
committed
remove unnecessary metrics
1 parent a2fca88 commit c08109f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,6 @@ rules:
150150
metricAttribute:
151151
kafka.connect.connector: param(connector)
152152
mapping:
153-
# kafka.connect.connector.type
154-
connector-type:
155-
metric: type
156-
type: updowncounter
157-
desc: The type of the connector. One of 'source' or 'sink'.
158-
metricAttribute:
159-
kafka.connect.connector.type:
160-
sink: [sink, SINK]
161-
source: [source, SOURCE]
162-
unknown: "*"
163153
# kafka.connect.connector.status
164154
status:
165155
metric: status
@@ -194,16 +184,6 @@ rules:
194184
type: gauge
195185
unit: "{record}"
196186
desc: The number of records in the largest batch the task has processed so far.
197-
# kafka.connect.task.connector.class
198-
connector-type:
199-
metric: connector.type
200-
type: updowncounter
201-
desc: The type of the connector. One of 'source' or 'sink'.
202-
metricAttribute:
203-
kafka.connect.task.connector.type:
204-
sink: [sink, SINK]
205-
source: [source, SOURCE]
206-
unknown: "*"
207187
# kafka.connect.task.offset.commit.avg.time
208188
offset-commit-avg-time-ms:
209189
metric: offset.commit.avg.time

0 commit comments

Comments
 (0)