Skip to content

KAFKA-16143: New JMX metrics for AsyncKafkaConsumer#17199

Merged
lianetm merged 1 commit intoapache:trunkfrom
FrankYang0529:KAFKA-16143
Dec 13, 2024
Merged

KAFKA-16143: New JMX metrics for AsyncKafkaConsumer#17199
lianetm merged 1 commit intoapache:trunkfrom
FrankYang0529:KAFKA-16143

Conversation

@FrankYang0529
Copy link
Copy Markdown
Member

Add following metrics to AsyncKafkaConsumer:

  • time-between-network-thread-poll-avg
  • time-between-network-thread-poll-max
  • application-event-queue-size
  • application-event-queue-time-avg
  • application-event-queue-time-max
  • application-event-queue-processing-time-avg
  • application-event-queue-processing-time-max
  • unsent-requests-queue-size
  • unsent-requests-queue-time-avg
  • unsent-requests-queue-time-max
  • background-event-queue-size
  • background-event-queue-time-avg
  • background-event-queue-time-max
  • background-event-queue-processing-time-avg
  • background-event-queue-processing-time-max

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clients consumer ctr Consumer Threading Refactor (KIP-848) KIP-848 The Next Generation of the Consumer Rebalance Protocol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants