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

Issue120 - report broker side queue size. #122

Closed
wants to merge 5 commits into from
Closed

Conversation

petersilva
Copy link
Contributor

closes #120

Implementation to match python... MetPX/sarracenia#767

Also implemented messageRateMax on the consumer side, trying to catch messages
in the broker side queue. It turns out that C setting are such that it greedily ingests
all messages regardless of queue settings, so the broker side queue are always empty.
see #121 for details.

It works, but the metrics are always zero as a result.

@petersilva petersilva added the different_from_python a case where the C implementation does not behave the same as the python reference implementation. label Nov 12, 2023
@petersilva petersilva closed this Nov 14, 2023
@petersilva petersilva deleted the issue120 branch November 16, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
different_from_python a case where the C implementation does not behave the same as the python reference implementation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add metric for number of messages in queue (AMQP)
1 participant