square / invert

🔃 Inverted view of your Project
https://square.github.io/invert/
Apache License 2.0
80 stars 0 forks source link

Add a "Migrations" or "Burndowns" section? #15

Closed handstandsam closed 1 day ago

handstandsam commented 2 months ago

A common use case will be seeing what is remaining for a migration that is in progress. Invert does a good job of surfacing information for a snapshot of time, so "Burndown" (What's remaining) might be best appropriate since we don't have the data about what the starting point was, or what the recent relative numbers were.

One of the goals of Invert is to operate without any database, so if someone wants to see something over time, they could take the metrics and pipe them into some other software to more easily see the results over time.

Adding data persistence outside of a snapshot is out of scope.

handstandsam commented 1 month ago

For now, the CollectedStat metadata has a field category, and when specified, it creates a section in the left nav with grouped items there. Not sure if that's the long term play, but it works for now.

handstandsam commented 1 day ago

Closing as there is a currently supported way to do this. It may change in the future, but it fulfills this need for now.