Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requests-in-flight metric #1539

Merged
merged 1 commit into from
Feb 4, 2020

Commits on Feb 3, 2020

  1. Add requests-in-flight metric

    - add requests-in-flight and requests-in-flight-for-broker-<brokerID>
      metrics to the broker
    - move some b.updateOutgoingCommunicationMetrics(...) just after
      b.write(...) for consistency
    - add -max-open-requests flag to kafka-producer-performance
    - update kafka-producer-performance to monitor total requests in flight
    - update unit tests
    - validate new metric in TestFuncProducing*
    - document new metrics
    slaunay committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    2db8d8a View commit details
    Browse the repository at this point in the history