tilt-dev / tilt

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

Provide metadata to the tilt dashboard that provides more information on what project you're working on. #4533

Open ethunk opened 3 years ago

ethunk commented 3 years ago

Describe the Feature You Want

I work in a micro-services architecture and often have multiple tilt dashboards up and running. One for each namespace in a K8s cluster. Example, inv for fetching inventory data, vendor for fetching vendor data, customer for fetching and managing customer data. I run tilt up for each of these repos and now have 3 very similar dashboards that are indistinguishable. I would love a way to provide some metadata to the dashboard that makes it easy to know which dashboard i'm looking at.

Current Behavior

Currently, there's not good way for me to identify which dashboard is which. They all look the same (See screenshots)

Why Do You Want This?

In my organization, this issue is felt by everyone. There is difficulty navigating which dashboard corresponds to which service when developing locally.

Additional context Add any other context or screenshots about the feature request here.

image image

Suggestions: