instructlab / instructlab-bot

GitHub bot to assist with the taxonomy contribution workflow
Apache License 2.0
16 stars 18 forks source link

Add bot workers to status UI #42

Open russellb opened 7 months ago

russellb commented 7 months ago

This depends on #40 and #41.

Once we have a status UI and data about workers in Redis, the API + UI should be updated to make use of the worker details now available.

vishnoianil commented 6 months ago

@russellb I was thinking of building a Nexodus kind of GUI for this, where we can see all the connected worker, queue etc. Alternate is we can use the observability stack and create our own customer dashboard that shows all the bot relevant metrics (workers, queue sizes, jobs processed by workers etc). can you share some more thoughts on it?

russellb commented 6 months ago

@russellb I was thinking of building a Nexodus kind of GUI for this, where we can see all the connected worker, queue etc. Alternate is we can use the observability stack and create our own customer dashboard that shows all the bot relevant metrics (workers, queue sizes, jobs processed by workers etc). can you share some more thoughts on it?

A custom web GUI was what I originally had in mind. Dave pointed out we may be able to do something quicker using the observability stack. I'm fine with anything -- run with it however you see fit as you look into it :)