Commit Graph

10 Commits

Author SHA1 Message Date
Peter J. Holzer cd1750b21a Log JSON decode errors 2024-08-24 22:51:29 +02:00
Peter J. Holzer 9a84e191be Log files with invalid JSON 2024-05-24 22:32:25 +02:00
Peter J. Holzer ca0ce798da Keep min and max values of dropped data points 2023-01-05 15:14:28 +01:00
Peter J. Holzer 0595c19de9 Avoid division by 0
Not quite sure how that could happen but it did.
2022-12-30 21:31:50 +01:00
Peter J. Holzer b10b62e77d Make expiry exponential
Choosing the element to expire from a uniform random distribution tends
to expire data points much too early. We want to always keep the oldest
observation and have a roughly exponential distribution between the
newest and the oldest observation.
2022-12-17 17:49:19 +01:00
Peter J. Holzer caeaa0bf73 Add changed timeseries to queue 2022-12-11 22:58:04 +01:00
Peter J. Holzer 81fa412202 Add simple visualization 2022-11-20 18:43:45 +01:00
Peter J. Holzer a8bfb68c8c Retrieve a single timeseries by id 2022-09-04 17:58:17 +02:00
Peter J. Holzer 24544cbdac Add web API 2022-09-02 14:06:47 +02:00
Peter J. Holzer 6d689666e9 Implement json prototype of LTsDb 2022-08-21 11:58:31 +02:00