Put all log files in redis and visualize them in UI. (#350)

* Start process for monitoring log files and push changes to redis.

* Display log files in UI.

* Bug fix for recent tasks.

* Use flatbuffers to parse local scheduler heartbeats.
This commit is contained in:
Robert Nishihara
2017-03-16 15:27:00 -07:00
committed by Philipp Moritz
parent 3333e1d6b9
commit f1d4dda8cb
6 changed files with 320 additions and 26 deletions
+2
View File
@@ -68,6 +68,7 @@
<a name="errors" href="/errors">Errors</a>
<a name="timeline" href="/timeline">Timeline</a>
<a name="recent-tasks" href="/recent-tasks">Recent Tasks</a>
<a name="log-files" href="/log-files">Log Files</a>
</iron-selector>
</app-drawer>
@@ -94,6 +95,7 @@
<ray-errors name="errors"></ray-errors>
<ray-timeline name="timeline"></ray-timeline>
<ray-recent-tasks name="recent-tasks"></ray-recent-tasks>
<ray-log-files name="log-files"></ray-log-files>
<ray-view404 name="view404"></ray-view404>
</iron-pages>
</app-header-layout>