-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
feat: add metrics api endpoint #619
base: master
Are you sure you want to change the base?
Conversation
Hi @alko89 thank you for this PR, it definitely something that I would like to add to |
@felixmosh personally I would love to have metrics visible as soon as I click on a desired queue - 99% of what I use the dashboard for is to check job statuses and metrics. Maybe add it as the first tab in queue page if they are available, else hide the tab? I'm also fine with other options that you find more appropriate :) |
Hi guys, what's missing to make this happen? Can I help in any way? this function is useful |
Think the API part is done. But I haven't got the time to work on the FE part yet unfortunately. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
2Cs, when adding Metrics as additional Tab it would be good to reduce the spaces for Tabs. On my screen the tabs-menu requires often horizontal scrolling while other content is visible. |
Any chance we could ship the API endpoint and work on the FE as a separate branch? |
Added api endpoint for metrics. Started working on adding UI support for completed/failed graph, but I suck at React so it might take a while 😅
Updates #618