Commit graph

20 commits

Author SHA1 Message Date
Luca Deri
c3cdb6bd70 Added timeseries drops
Some checks are pending
Build / build (push) Waiting to run
CIFuzz / Fuzzing (address) (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
CodeQL / Analyze-1 (push) Waiting to run
E2E Tests / e2e (push) Waiting to run
2026-07-18 07:51:04 +02:00
Luca Deri
dcc8b5395f Fixed usge stats: TS written and SNMP devices polled 2026-07-17 19:23:42 +02:00
Luca Deri
5c65a0ac93 Timeseries fixes 2026-07-15 15:47:55 +02:00
Luca Deri
5ea2daee42 Reworked timeseries upload 2026-07-14 21:42:01 +02:00
Alfredo Cardigliano
8b009ac2f1 Move is<model> Lua functions to pro 2026-06-25 11:33:55 +02:00
Matteo Biscosi
0b0d971853 Added missing check on query total causing missing ts (#10228) 2026-05-04 10:24:42 +00:00
Alfredo Cardigliano
8bfd8a7653 Using standard literal format rather than map as the latter conficts with nullable due to LowCardinality 2026-04-09 10:24:51 +02:00
Luca
d8bf334ea7 Added missing return code in interface.execSQLQuery 2026-04-08 14:11:37 +02:00
Alfredo Cardigliano
258b10382e Change clickhouse map serialization to avoid parsing issues 2026-03-27 16:24:51 +01:00
Alfredo Cardigliano
395c29ee23 Handle ts retention on CH by deleting partitions rather than usint TTL to handle changes to retention preferences 2026-03-16 19:32:31 +01:00
Alfredo Cardigliano
fc5c7a0dfd Implement queryLastValues for clickhouse ts 2026-03-16 10:34:15 +01:00
Alfredo Cardigliano
d57d85642c Fix labels and points with no data for clickhouse ts 2026-03-11 10:04:04 +01:00
Alfredo Cardigliano
352a21a70d Fix append on metrics like iface:ndpi to clickhouse ts 2026-03-11 09:25:14 +01:00
Alfredo Cardigliano
05aebd586d Fix line_protocol_parse 2026-03-11 09:16:30 +01:00
Matteo Biscosi
d91411db91 Fixes clickhouse timeseries incorrect naming 2026-03-10 11:44:26 +00:00
Alfredo Cardigliano
a53b3ba3d8 Rework CH ts batch queue. Implement CHTimeseriesExporter similar to RRD/Influx. Add periodic ts export per interface (it was global running on system) 2026-03-09 16:02:48 +01:00
Alfredo Cardigliano
84654a6ec5 Fix ch ts charts with 1s resolution 2026-03-06 17:33:14 +00:00
Alfredo Cardigliano
6da58b19f4 Optimize ts schema on CH 2026-03-06 11:13:52 +00:00
Alfredo Cardigliano
b8c65c4b86 Add checks on CH enabled/disabled when enabling TS 2026-03-05 15:43:46 +00:00
Alfredo Cardigliano
11bf3bae2f Initial implementation of ClickHouse timeseries (experimental) 2026-03-05 13:50:19 +00:00