Skip to content

Built a real-time observability user interfaceΒ #251

@gabotechs

Description

@gabotechs

Some distributed query engines have an interface for visualizing in real time what's happening in the cluster:

  • in-flight queries
  • available workers
  • load on each worker
  • resource utilization
  • etc...

It would have been very useful to have something like this for #240, as I pretty needed to fill the whole code with debug statements and deploy it to the EC2-based benchmarking cluster to verify what was happening.

I've seen this be implemented as graphical UIs in other systems, that can be accessed by a browser, but I had a very good experience with https://github.com/tokio-rs/console for debugging issues in this project, so a terminal-based UI could be really useful and could be very remote-environment friendly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions