tilt-dev / tilt

Define your dev environment as code. For microservice apps on Kubernetes.
https://tilt.dev/
Apache License 2.0
7.7k stars 303 forks source link

dev env health badges #3785

Open nicks opened 4 years ago

nicks commented 4 years ago

one of the ideas from today's dex.dev live stream (https://www.youtube.com/watch?v=ACvdQHB4dfw) that i liked was dev env health badges, e.g.,

1) When was the last time someone actually ran this repo locally? 2) How long does it take for services to become healthy? 3) How long do live updates take?

This is something that I often want to see on, e.g., the Tilt example repos, since I often can't remember when the last time I ran them was.

vkorbes commented 4 years ago

any idea how we'd go around implementing something like this?