Commit Graph

173 Commits

Author SHA1 Message Date
71410801dc Merge remote-tracking branch 'origin/master' into dashboard 2023-03-01 18:59:27 +01:00
be550ebac5 do not use interruptions to abort execution 2023-02-28 20:17:25 +01:00
e3487557b3 prepare to have more flexibility when for plots 2023-02-28 19:19:19 +01:00
fb5c8ea019 first step to show plot on dashboard 2023-02-26 14:07:19 +01:00
ed448af78c add job service to be able to cancel plot requests 2023-02-18 17:36:54 +01:00
d0a2a7f47c hint on how to increase point size in plots 2023-02-08 16:47:04 +01:00
45d3639292 custom ticks when using no-unit y-axis 2023-02-08 16:46:41 +01:00
760a6dd60e fix limit by does not work anymore 2023-01-13 19:38:27 +01:00
4a96686e3d Merge remote-tracking branch 'origin/master' 2022-11-21 13:43:15 +01:00
a10c7dd251 only add non zeor values 2022-11-21 13:42:41 +01:00
b0bbe7b9fa fix percentile plots 2022-11-20 17:18:27 +01:00
38c6c04f46 skip box plots with no data 2022-11-20 17:18:05 +01:00
0d1b9b59ee BoxAggregator is no longer an indexed aggregator 2022-11-20 16:56:58 +01:00
7a82d4b09e performance improvement
* pre-fill the buckets
* use LongObjHashMap to avoid boxing
2022-11-20 16:37:05 +01:00
0d1b9744a9 add box plots 2022-11-19 20:02:10 +01:00
bea6096441 extract computation of percentiles
so that I can reuse the code for box plots
2022-10-09 17:01:53 +02:00
6cd6f578e7 move Tags.asString() to StringCompressor 2021-09-18 10:18:42 +02:00
54acb38e5e move Tags.asValueString to StringCompressor 2021-09-18 10:14:52 +02:00
bc520f97ed move DateIndexExtension to DataStore 2021-05-12 19:00:25 +02:00
7adfc7029f Revert "introduce indexes"
This reverts commit 36ccc57db6.
2021-05-12 18:18:57 +02:00
36ccc57db6 introduce indexes 2021-05-09 10:33:28 +02:00
25fed0ad96 reduce memory usage 2021-04-17 10:02:38 +02:00
d411de0816 Merge branch 'master' of https://bitbucket.com/andreashuber/performance 2021-04-05 14:38:09 +02:00
9ff3bbc90d update primitiveCollections to 0.2 2021-04-04 14:15:01 +02:00
a1b4c7006d add percentile information if available 2021-04-02 18:29:18 +02:00
e410bcb3b3 revert accidential commit 2021-03-29 15:48:08 +02:00
6536611b5d print only bar chart tics when they are greater than zero 2020-10-26 10:50:54 +01:00
45c1648773 POC for detailed gallery view 2020-10-18 19:25:53 +02:00
598ee31c1d Merge branch 'master' of https://andreashuber@bitbucket.org/andreashuber/performance.git 2020-09-28 10:01:20 +00:00
91c78d4350 use transparent color for parallel request plots 2020-09-28 10:00:51 +00:00
d21ef48559 make tic labels optional for bar charts 2020-09-27 20:07:26 +02:00
e71ab07440 fix labels overlapping in bar chart x-axis 2020-09-27 20:02:56 +02:00
2f4d1f701b add interval for seconds for bar charts 2020-09-27 17:15:02 +02:00
10155f9cdb use special enum for DateBucket units
Preparation step for having custom intervals.
2020-09-27 17:06:27 +02:00
439bf0b05b reduce log level 2020-09-27 08:21:37 +02:00
69f12aba98 prevent labels from overlapping 2020-09-20 09:14:04 +02:00
70430eb1fd missing locale in String.format() 2020-09-20 09:13:42 +02:00
d26cd4138e add line break for labels of bar charts 2020-09-20 09:12:10 +02:00
bfc5d9e3d8 hide grid for certain plot types 2020-04-17 14:46:42 +00:00
7d1927bcbf use us locale when formatting floats
gnuplot needs us locale
2020-04-05 15:24:40 +00:00
2ddb63a6a1 render labels on x2 axis 2020-04-05 09:56:39 +02:00
89c66d98f9 don't render labels in gallery preview 2020-04-05 09:55:08 +02:00
16d2c334fa handle multi series bar chart better by reducing distance between bars 2020-04-05 08:44:49 +02:00
50f555d23c add interval splitting for bar charts 2020-04-05 08:14:09 +02:00
9a311313ec use US locale to format strings
This is especially important for all strings that are
passed to gnuplot. Because gnuplot uses the US locale
during parsing.
2020-03-12 19:40:20 +01:00
2bd49e0959 start histograms at value 0 2020-02-29 09:21:29 +01:00
b94587ea80 centralize generation of y-axis definitions
There is only one y1 and one y2 axis. Therefore it
doesn't make sense to have their definition in the
AggregateHandlers, because this would produce multiple
definitions for these axises.
2020-02-15 10:25:04 +01:00
a1c6dd06a3 fix axis labels when x2 axis is used 2020-02-15 08:43:31 +01:00
57d016245c use y1/y2 axis definitions 2020-02-09 20:14:13 +01:00
859491e99e put y axis definition into its own object 2020-02-09 17:16:27 +01:00