1
0
Fork 0
Commit Graph

115 Commits

Author SHA1 Message Date
Gregory Eremin 71a8441a8b Server now stores 10 minutes of stats 2016-01-10 21:03:00 +03:00
Gregory Eremin 58007b38ab Add Subscriber interface as a replacement for SubscribeFunc 2016-01-10 21:01:53 +03:00
Gregory Eremin adde6a54ab Increase dashboard item vertical margin 2016-01-10 20:56:14 +03:00
Gregory Eremin 5bb4a72f95 Add satan sha to glockfile script 2016-01-10 20:55:46 +03:00
Gregory Eremin 3a09a2ed29 Add a script that prints submodules info in Glockfile compatible format 2016-01-10 20:30:02 +03:00
Gregory Eremin 38171549fb Show error counter in bold red if it's greater than zero 2016-01-10 19:47:30 +03:00
Gregory Eremin d9717e60c9 Draw box plot x axis with a lighter color 2016-01-10 19:47:08 +03:00
Gregory Eremin a30dbf84f4 Add x axis labels for box plot 2016-01-10 19:41:48 +03:00
Gregory Eremin cd76b06f17 Don't show empty points in box plot 2016-01-10 19:37:22 +03:00
Gregory Eremin 2ffc0d590b Right align chart points 2016-01-10 19:35:48 +03:00
Gregory Eremin 660f7b32dd Gracefully handle http errors 2016-01-10 19:35:22 +03:00
Gregory Eremin ef276ed577 Add box chart axis 2016-01-10 18:51:43 +03:00
Gregory Eremin f0450ea703 Catch http error if server is not responding 2016-01-10 17:29:47 +03:00
Gregory Eremin a8cab895db Highlight max values on line charts 2016-01-10 17:29:23 +03:00
Gregory Eremin 51be9ed2d1 Add axises to line chart 2016-01-10 17:29:09 +03:00
Gregory Eremin 94dd074978 Align charts vertically 2016-01-10 17:28:26 +03:00
Gregory Eremin 9f56cedc26 Add readme stub 2016-01-10 15:07:29 +03:00
Gregory Eremin 154a1d234b Use a default void stats adapter to avoid redundant conditions 2016-01-10 14:55:04 +03:00
Gregory Eremin 20acbfc8eb Add signal handler to example app 2016-01-10 14:53:55 +03:00
Gregory Eremin 6452635485 Add void stats adapter 2016-01-10 14:53:01 +03:00
Gregory Eremin 1c1140f4f3 Fix a rare crash when restarting a system task after shutdown was called 2016-01-10 14:52:32 +03:00
Gregory Eremin 1844832255 Make axises a little darker 2015-11-01 22:31:04 +03:00
Gregory Eremin 7a7f02cadc Use monospace font for numbers 2015-11-01 22:30:49 +03:00
Gregory Eremin a05b28f549 Draw line chart axises 2015-10-31 23:53:10 +03:00
Gregory Eremin 091959185e Format duration shorter 2015-10-31 23:52:58 +03:00
Gregory Eremin e6d5ac7ef9 Move all svg styling to css 2015-10-31 23:16:21 +03:00
Gregory Eremin abff920248 Table view + charts 2015-10-31 22:55:38 +03:00
Gregory Eremin 010b5a2d59 Rough table view 2015-10-31 22:00:50 +03:00
Gregory Eremin c45c5602ff Draw box plot min bar before IQR rect 2015-10-30 20:46:57 +03:00
Gregory Eremin f45a61e39d Add a basic line chart 2015-10-29 03:35:21 +03:00
Gregory Eremin 01cd8ebc15 Make box plot more pretty 2015-10-29 03:05:59 +03:00
Gregory Eremin fde8762b77 Restore minimal metrics 2015-10-29 02:33:50 +03:00
Gregory Eremin 5462985a40 Basic box plot for task processing duration 2015-10-29 02:22:21 +03:00
Gregory Eremin d0a9829002 Make stats snapshot a server entity 2015-10-29 02:21:34 +03:00
Gregory Eremin 06f9023ed3 Reorganize js files 2015-10-28 23:13:00 +03:00
Gregory Eremin 90e14ea980 Add dashboard app jsx 2015-10-28 22:42:43 +03:00
Gregory Eremin 349d830a60 Reset stats after taking a snapshot 2015-10-28 22:42:17 +03:00
Gregory Eremin 123d3b0bdb Add dashboard app skeleton 2015-10-28 22:42:01 +03:00
Gregory Eremin 663eca857f Add js duration format helper 2015-10-28 22:37:17 +03:00
Gregory Eremin 4edd072a56 Add js http helper 2015-10-28 22:37:06 +03:00
Gregory Eremin 8c587201f4 Send Access-Control-Allow-Origin header 2015-10-28 02:27:44 +03:00
Gregory Eremin a01ae441bc Fix stats snapshot creation 2015-10-28 02:27:30 +03:00
Gregory Eremin bd345af332 Working server with 5s stats snapshots 2015-10-28 01:23:39 +03:00
Gregory Eremin 3c77fec5e3 Implement base stats snapshot 2015-10-28 00:12:28 +03:00
Gregory Eremin c7db902da2 Use time.Time.Sub function instead of manipulating nanoseconds 2015-10-27 22:47:36 +03:00
Gregory Eremin 79cb745a5d Define an empty Shutdown function on base daemon 2015-10-27 19:54:08 +03:00
Gregory Eremin 7af5b18d85 Dashboard server draft 2015-10-27 04:22:45 +03:00
Gregory Eremin 80da11ad60 Implement statistics server 2015-10-27 04:16:02 +03:00
Gregory Eremin 3033508706 Collecting task wait time for workers is no longer necessary 2015-10-27 04:00:41 +03:00
Gregory Eremin 7432c5e0d8 Increase default num workers 2015-10-27 03:56:41 +03:00