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

Observing Queues #10

Open
shane-rand opened this issue Sep 27, 2021 · 1 comment
Open

Observing Queues #10

shane-rand opened this issue Sep 27, 2021 · 1 comment
Assignees
Labels
proposal question Further information is requested

Comments

@shane-rand
Copy link

Hi,

I'm interested in using this library as a reverse proxy+queuing solution to protect services that get periodically hammered with requests. I really like the upfront queue feature, however I'm wondering about the easiest way to gain some observability into queue status ie. number of requests in the queue, etc.

Any thoughts on how best to observe?

@gptankit gptankit self-assigned this Sep 28, 2021
@gptankit gptankit added the question Further information is requested label Sep 28, 2021
@gptankit
Copy link
Owner

@shane-rand Due to the fact that the queue in ServiceQ is in-memory, I guess the easiest way to add observability is to push the required metrics from this function to a monitoring system of your choice (prometheus?). Something like this isn't added yet to ServiceQ as it may not be generic enough for all users. Having said that, I can devise a custom solution to go along with the application that provides out-of-the-box observability into the queue and other parts of the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants