-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPIKE: Waltz admin UI #2
Comments
Talked with Matthew Clower about the possibility of use Grafana as Waltz admin UI. Using Grafana provides a decent decoupling between UI and service. Also, significantly simply the job of displaying Waltz component status (server node, storage node, partition), especially considering we already integrated Metrics JMX reporter with Waltz. The original purpose of admin UI is to provide an easy for monitoring. So I checked existing Grafana panel that fit our requirement, and found this Status Group By Plugin. Base on which, we can build panel with flowchart be even better. However, there are two concerns:
As a summary, there is a lot of benefit of using Grafana, however, if we want to have an dynamic admin UI with clear relationship among server, storage and partition, we still need to build our own UI. |
Talked to @criccomini , we plan to do some spike regarding creating our own Grafana panel plugin to meet our need. (to leverage our existing tool chain if possible) Here are some useful links: |
Found an example drawing a collapsible tree (https://observablehq.com/@d3/collapsible-tree). Kind of similar to Orchestrator (http://tst-immutable-orchestrator.devops.wepay-inc.com:3000/web/cluster/tst-immutable-useast1a-mysql01:53306#) |
Waltz needs an admin UI. UI should initially be read-only, and should allow us to visualize the state of the cluster. Storage nodes, partitions, latency, offline/online reads, etc.
We should do this work once the admin CLI tools are completed.
This ticket is to spec out what an M0 Waltz admin UI would look like.
The text was updated successfully, but these errors were encountered: