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 committed offset metric per CG and partition #255

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 26, 2024

  1. Add committed offset metric per CG and partition

    Add a new committed offset metric per consumer group and per partition that can be used to judge if consumers are making progress on all partitions or if there is a poison pill on any of them.
    
    Please let me know if exporting these metrics should be configurable.
    tkornai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    478f6ee View commit details
    Browse the repository at this point in the history
  2. consumer_group_topic_partition_offset should be a gauge

    Offset resets can decrease its value.
    tkornai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ffcb3e0 View commit details
    Browse the repository at this point in the history