UpstreamDataInc / goosebit

A simplistic, opinionated remote update server implementing hawkBit™'s DDI API.
https://goosebit.rtfd.io
Apache License 2.0
12 stars 2 forks source link

Rollout stats/graph page #69

Open b-rowan opened 1 month ago

b-rowan commented 1 month ago

Do we want to add a page for each rollout, which would be accessed from the rollouts table (similar to how device logs are accessed), and would show more in depth stats about the rollout, along with some graphs?

Main issue here is deciding on a chart library, so I want to start here with discussion around what chart library we should use, then move to implementing this.

tsagadar commented 2 weeks ago

Currently we don't store much data in the DB - just success/failure counts for each rollout. So not much graphing that could be done based on this.