Skip to content

Commit

Permalink
fix(jmx_rule): remove unused rules that could lead to confusion (#1049)
Browse files Browse the repository at this point in the history
Signed-off-by: Shichao Nie <[email protected]>
  • Loading branch information
SCNieh authored Mar 29, 2024
1 parent a3138c9 commit f318f48
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions core/src/main/resources/jmx/rules/broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ rules:
metricAttribute:
type: param(request)
mapping:
Count:
metric: kafka.request.size
type: counter
desc: The total size of requests received by the broker
unit: By
Mean:
metric: kafka.request.size.mean
type: gauge
Expand All @@ -153,10 +148,6 @@ rules:
type: param(request)
unit: ms
mapping:
Count:
metric: kafka.request.time
type: counter
desc: The total time the broker has taken to service requests
Mean:
metric: kafka.request.time.mean
type: gauge
Expand All @@ -180,7 +171,7 @@ rules:
unit: ms
mapping:
Count:
metric: kafka.request.queue.time
metric: kafka.request.queue.time.count
type: counter
desc: The total time the broker has taken to dequeue requests
Mean:
Expand All @@ -206,7 +197,7 @@ rules:
unit: ms
mapping:
Count:
metric: kafka.response.queue.time
metric: kafka.response.queue.time.count
type: counter
desc: The total time the broker has taken to dequeue responses
Mean:
Expand Down

0 comments on commit f318f48

Please sign in to comment.