Skip to content

Commit

Permalink
ui, server, storage: add command queue debug report
Browse files Browse the repository at this point in the history
It's accessible at /reports/range/[range-id]/cmdqueue.

* Add CommandQueue rpc to the Status server
* Add dependency on dagre-layout, a JS library which does directed
  graph layout (like graphviz's `dot`)
* Add new debug report page which visualizes the command queue
  using dagre-layout for layout and React for rendering to SVG
* Add link from the Range debug report to the new command queue
  visualizer
  • Loading branch information
Pete Vilter authored and BramGruneir committed Oct 3, 2017
1 parent c3411a1 commit 8cbe74c
Show file tree
Hide file tree
Showing 27 changed files with 4,937 additions and 1,571 deletions.
2 changes: 2 additions & 0 deletions pkg/server/serverpb/admin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8cbe74c

Please sign in to comment.