Skip to content
Discussion options

You must be logged in to vote

Management UI uses exactly the same HTTP API. There is no "special internal API" it relies on.

Querying the API likely results in queue processes performing some activity (this is possible even though stats samples are collected periodically). Or it's a timing issue between the requests.

If you plan on using the queue state metric for consumer activity monitoring, don't. It is not meant
to be used that way and simply indicates queue leader replica's Erlang process activity, which is
not necessarily related to application activity.

When it does matter is when the metric reports that the queue is failing. All other states are not particularly interesting. Use numerical consumer metrics with…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@udiazulayintel
Comment options

@michaelklishin
Comment options

Answer selected by michaelklishin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9017 on August 07, 2023 07:14.