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

Support nats-streaming server metrics #37

Closed
mitchhh22 opened this issue Aug 21, 2017 · 2 comments
Closed

Support nats-streaming server metrics #37

mitchhh22 opened this issue Aug 21, 2017 · 2 comments

Comments

@mitchhh22
Copy link

I'm looking for a solution to monitoring the /streaming metrics exposed by a nats-streaming server.

For example: http://localhost:8222/streaming/clientsz?limit=1&offset=1&subs=1

Specifically it would be great to have prometheus scrape the pending_count metric for each subscription. Trying to monitor this currently yields a skewed result due to the many messages in/out between nodes in the nats-streaming cluster that aren't from connected clients.

@ColinSullivan1
Copy link
Member

@mitchhh22 , This sounds good, and I agree that we should include streaming metrics in the prometheus monitor. We'll look into it.

@wallyqs
Copy link
Member

wallyqs commented Apr 30, 2019

This was supported via #54

@wallyqs wallyqs closed this as completed Apr 30, 2019
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

No branches or pull requests

3 participants