Skip to content

Commit

Permalink
Mark a broker metric as optional (#15659)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Aug 28, 2023
1 parent 4c64706 commit 507f1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confluent_platform/tests/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
'confluent.kafka.controller.active_controller_count',
'confluent.kafka.controller.leader_election_rate_and_time_ms.avg',
'confluent.kafka.controller.offline_partitions_count',
'confluent.kafka.controller.unclean_leader_elections_per_sec.rate',
'confluent.kafka.controller.preferred_replica_imbalance_count',
'confluent.kafka.controller.offline_partitions_count',
'confluent.kafka.controller.global_topic_count',
Expand Down Expand Up @@ -320,6 +319,7 @@

BROKER_OPTIONAL_METRICS = [
'confluent.kafka.controller.leader_election_rate_and_time_ms.rate',
'confluent.kafka.controller.unclean_leader_elections_per_sec.rate',
'confluent.kafka.log.log_flush_rate_and_time_ms.avg',
'confluent.kafka.log.size',
'confluent.kafka.server.broker_topic_metrics.bytes_in_per_sec',
Expand Down

0 comments on commit 507f1b0

Please sign in to comment.