-
Notifications
You must be signed in to change notification settings - Fork 140
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
Grafana dashboard #448
Comments
Hey @vitobotta, no, not for Solid Queue, but there's this one for Active Job. |
Thanks @rosa! Tried it, but didn't work out since I'm using Prometheus Exporter rather than Yabeda. Guess I'll need to find another solution. One option is to use Postgres directly as a source for Grafana and just run queries on the SolidQueue tables. However, there's no column that shows job duration. How can I figure out job durations then? I really want to track job durations over time and spot the slowest jobs. Any ideas? Thanks! |
Ahhhh, not really. You can check |
Got it, thanks for sharing your thoughts. I will definitely check out the instrumentation options. By the way, are there any future plans to expose additional details or metrics with SolidQueue? |
No specific plans besides the instrumentation that already exists but I'm definitely open to ideas there! |
I see, thanks. Would be awesome to see some built in support for this in the future :) |
Hi!
Do you think if we can implement some controllers in the library so it can fetch the metrics from the database and then we would be able to make a UI on top of that? I think that would be the first step. |
@amirali-ashraf, could that perhaps live in https://github.com/rails/mission_control-jobs? Since that has controllers and specific code to query Active Job's queues and jobs 🤔 |
@rosa let me have a look and get back to you! |
@rosa so, you are completely right! I have missed this library for a long time 🤷♂️ https://github.com/rails/mission_control-jobs With this API and tools like https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/ @vitobotta probably can we get the info we want to be added to grafana? |
Hi! Is there a ready dashboard for Grafana to display metrics regarding SolidQueue?
The text was updated successfully, but these errors were encountered: