Skip to content

Conversation

chrisbeard
Copy link
Contributor

This commit adds the # of clients and queues to the broker's stat log. These values can be derived from existing stats with some legwork; logging them in one line just makes it easier.

Note: These metrics show the number of connected clients and opened queues. If a queue exists in storage but has no clients, it does not count.

Additional context
Add any other context about your contribution here.

This commit adds the # of clients and queues to the broker's stat log.
These values can be derived from existing stats with some legwork;
logging them in one line just makes it easier.

Note: These metrics show the number of connected clients and opened
queues. If a queue exists in storage but has no clients, it does not
count.

Signed-off-by: Christopher Beard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant