Commit Graph

280 Commits

Author SHA1 Message Date
21a84b5223 use date picker in visualization page 2024-05-05 10:22:45 +02:00
380bad6967 update testing properties 2024-04-03 16:46:25 +02:00
731e9264e3 move database to c drive 2023-05-25 08:56:19 +02:00
2b82a6822c fix redirect for dashboard page 2023-03-16 17:53:23 +01:00
c9758adbef increase socket timeout
The old value of 2ms lead to 45% load for a single core
2023-03-12 11:04:27 +01:00
10c982c8bc move dashboard elements and store the order 2023-03-05 16:16:54 +01:00
8f369d9943 remove old way of rendering images 2023-03-04 10:56:05 +01:00
9e53022b4a show fullscreen image 2023-03-04 09:48:29 +01:00
d9daf561bf show spinner when loading dashboards 2023-03-01 19:05:53 +01:00
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
dc8a462031 extract shareable plot config 2023-02-26 09:03:39 +01:00
a2945d2d9b adding dashbord 2023-02-26 08:18:53 +01:00
ed448af78c add job service to be able to cancel plot requests 2023-02-18 17:36:54 +01:00
e996a40447 add message to error responses
Some Spring update changed the default behavior to not include the
message in error responses.
2023-01-13 18:27:26 +01:00
520461ecbf update to SpringBoot 3.0.0 2022-12-04 09:20:47 +01:00
4a96686e3d Merge remote-tracking branch 'origin/master' 2022-11-21 13:43:15 +01:00
85971c69a8 ignore local configs 2022-11-21 13:43:04 +01:00
9526685bd2 trim column name 2022-11-21 13:42:54 +01:00
0d1b9744a9 add box plots 2022-11-19 20:02:10 +01:00
24e88c0054 update spring to 2.7.4 2022-10-08 08:50:11 +02:00
7d3ae61656 rename put to putString to make it easier for ides to find references 2021-10-16 18:45:55 +02:00
bcba117742 do not use static string compressor in upload handlers 2021-09-18 19:41:40 +02:00
8595f989b8 use factory to create CsvToEntryTransformer 2021-08-14 12:44:40 +02:00
67c66ef89d add second parser that uses a standard CSV reader 2021-08-12 17:54:27 +02:00
825bac24b9 add file drop handler
You can define a folder and ingest files dropped into it.
2021-08-07 13:31:44 +02:00
85ed5f1ccb file drop support
- Add a folder where you can drop Zip files which will then be
  extracted on the fly and ingsted.
- CsvReaderSettings now contain TagMatcher that are applied to the
  first line and can be used to extract additional tags.
- Update to jdk 16 so that we can have records.
2021-08-01 09:31:40 +02:00
57927dfbc6 ignore rolled garbage collection logs 2021-07-03 08:43:48 +02:00
932689010f ignore garbage collection logs 2021-07-03 08:36:11 +02:00
ee79cb0022 cleanup after revert 2021-05-12 18:20:34 +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
d411de0816 Merge branch 'master' of https://bitbucket.com/andreashuber/performance 2021-04-05 14:38:09 +02:00
a1b4c7006d add percentile information if available 2021-04-02 18:29:18 +02:00
faddbfa014 strip prefix "Default" from class names 2021-03-29 15:47:29 +02:00
c6d7f97628 serialize the ingestion of logfiles
performance improvement of roughly 40%
2020-11-27 19:49:22 +01:00
08111e0d69 performance improvement: ingest data directly from tmp file 2020-11-24 10:04:21 +01:00
1e59271286 remove obsolete flag that was needed for the vue.js ui 2020-11-24 09:05:07 +01:00
de6ffe5097 make tests more robust
1. we are now using a random port for listening
2. TcpIngestor.start() waits until the socket is established.
2020-10-31 09:46:12 +01:00
45c1648773 POC for detailed gallery view 2020-10-18 19:25:53 +02:00
e15b16a65f fix development server proxy 2020-10-17 14:27:54 +02:00
d21ef48559 make tic labels optional for bar charts 2020-09-27 20:07:26 +02:00
f1980b1963 log more details about search performance 2020-09-20 19:52:08 +02:00
c4ae1c431b add test for a date pattern without the 'T' 2020-09-19 19:03:57 +02:00
0b87536d91 update libraries 2020-09-19 19:00:56 +02:00
668f86323e Merge branch 'master' of https://bitbucket.org/andreashuber/performance
# Conflicts:
#	build.gradle
#	gradle/wrapper/gradle-wrapper.properties
2020-08-11 17:32:43 +02:00
3e77c2a103 various fixes 2020-08-11 16:12:18 +02:00
8647931da8 create testing config 2020-05-08 14:49:04 +00:00