Commit Graph
18 Commits
Author SHA1 Message Date
ahr d63fabc85d prevent parallel plot requests
Plotting can take a long time and use a lot of resources. 
Multiple plot requests can cause the machine to run OOM.

We are now allowing plots for 500k files again. This is mainly to
prevent unwanted plots of everything.
2017-12-15 17:20:12 +01:00
ahr 8d48726472 remove unnecessary mapping to TagSpecificBaseDir 2017-12-15 16:52:20 +01:00
ahr eb1f026c2f update spring-boot to 1.5.9 2017-12-11 08:28:21 +01:00
ahr 8860a048ff remove call of listRecursively on a file
The call was needed in a very early version.
2017-12-10 17:55:16 +01:00
ahr c4dce942a6 parallelize csv generation
speedup 50% and more
2017-12-10 17:53:53 +01:00
ahr 3ee6336125 log time of query execution 2017-12-10 17:52:32 +01:00
ahr f17bc55a8f hide prev/next image buttons when splitBy is not active 2017-12-10 17:28:29 +01:00
ahr f2dfa92966 add refresh button 2017-12-10 17:21:59 +01:00
ahr 8e3213e2fc split by field 2017-12-10 17:00:45 +01:00
ahr 84084c3e08 remove logo 2017-12-10 09:34:10 +01:00
ahr 159c5ff371 write logs to logfile 2017-12-10 09:22:49 +01:00
ahr 06d25e7ceb do not allow search results with more than 100k docs
a) they take a long time to compute
b) danger of OOM
c) they should drill down
2017-12-10 09:19:28 +01:00
ahr f8c03c434e print thousand delimiter (of whatever they are called) 2017-11-06 17:21:45 +01:00
ahr 78671a2d8c use linespoints instead of line and make linewidth 2 instead of 1 2017-11-06 17:04:56 +01:00
ahr 64db4c48a2 add plots for percentiles 2017-11-06 16:57:22 +01:00
ahr 92dde94443 preparation to add plots for percentiles 2017-11-05 09:21:34 +01:00
ahr 870ff492d9 enable logging of metrics 2017-11-05 08:52:33 +01:00
ahr 27db9f934d increase entry buffer 2017-11-05 08:52:10 +01:00