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 metrics to Kafka Source #3118

Merged
merged 11 commits into from
Aug 10, 2023
Merged

Commits on Aug 5, 2023

  1. Add metrics to Kafka Source

    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    eb19156 View commit details
    Browse the repository at this point in the history
  2. Removed debug print statement

    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    7190bee View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Fixed failing test case

    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6e91aac View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Added total committed metric and fixed tests

    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f4a727d View commit details
    Browse the repository at this point in the history
  2. Addressed review comments

    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3272a8f View commit details
    Browse the repository at this point in the history
  3. Fixed number of committed records stat. Also fixed bug when acknowled…

    …gements enabled
    
    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b4cca7d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Addressed review comments. Fixed acknowledgements related bug

    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0b45113 View commit details
    Browse the repository at this point in the history
  2. Fixed to use counters for records/bytes consumed metrics

    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e6c8e14 View commit details
    Browse the repository at this point in the history
  3. Removed unused code

    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fec2a10 View commit details
    Browse the repository at this point in the history
  4. Added a metric for keeping track of number of consumers without any p…

    …artitions assigned
    
    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b9fc87f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Added unit test for KafkaTopicMetrics

    Signed-off-by: Krishna Kondaka <[email protected]>
    Krishna Kondaka committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b2c540a View commit details
    Browse the repository at this point in the history