tsuru-dashboard
tsuru-dashboard copied to clipboard
Web dashboard for tsuru PaaS.
We are currently displaying metrics for the registry and big-sibling components, but those are hardcoded on the view. We can remove the latter (big-sibling) and use the node-container list api...
Currently we are auto refreshing the metrics graphs on the app details page. It would be interesting to refresh the unit count and listing on the same page, when the...
it would be nice to see pool information in the dashboard: - [ ] number of nodes - [ ] number of units - [ ] number of units per...
add unit not working for lowering the number of units in app details. That functionality is removed until it is adjusted.
Would be nice see in the Apps tab the status of services, for example: - app instances - instance status in the healthcheck service - watchers, url, up or down...
The user should be able to export enviroment variables in app/service's units. Tsuru's command: tsuru env set VAR value
The user should be able to run a command locally in the app unit. Tsuru's command: tsuru run myapp commands