summaryrefslogtreecommitdiffstats
path: root/database
AgeCommit message (Expand)Author
2022-09-07Obsolete RRDSET state (#13635)Costa Tsaousis
2022-09-06remove forgotten avl structure from rrdcalc (#13632)Costa Tsaousis
2022-09-06Faster rrdcontext (#13629)Costa Tsaousis
2022-09-05Deduplicate all netdata strings (#13570)Costa Tsaousis
2022-09-05Clean chart hash map (#13611)Stelios Fragkakis
2022-09-01Use prepared statements for context related queries (#13602)Stelios Fragkakis
2022-09-01Don't try to load db rows when chart_id or dim_id is null (#13608)Emmanuel Vasilakis
2022-08-31sqlite3 global statistics (#13594)Costa Tsaousis
2022-08-27prevent crash on rrdcontext apis when rrdcontexts is not initialized (#13578)Costa Tsaousis
2022-08-25chore: removing logging that a chart collection in the same interpolation poi...Ilya Mashchenko
2022-08-24Remove aclk_api.[ch] (#13540)Timotej S
2022-08-23Prefer context attributes from non archived charts (#13559)Emmanuel Vasilakis
2022-08-22Fix coverity 380387 (#13551)Emmanuel Vasilakis
2022-08-18Schedule next rotation based on absolute time (#13531)Emmanuel Vasilakis
2022-08-16Support chart labels in alerts (#13290)Emmanuel Vasilakis
2022-08-12Print rrdcontexts versions with PRIu64 (#13511)Emmanuel Vasilakis
2022-08-09rrdcontexts allow not linked dimensions and charts (#13501)Costa Tsaousis
2022-08-06Add chart_context to alert snapshots (#13492)Emmanuel Vasilakis
2022-08-05docs: fix unresolved file references (#13488)Ilya Mashchenko
2022-08-04Send chart context with alert events to the cloud (#13409)Emmanuel Vasilakis
2022-08-03Enable rrdcontexts by default (#13471)Stelios Fragkakis
2022-08-02Fix tests so that the actual metadata database is not accessed (#13439)Stelios Fragkakis
2022-08-02Handle cases where entries where stored as text (with strftime("%s")) (#13472)Stelios Fragkakis
2022-08-02Remove the single threaded arrayallocator optiomization during agent startup ...Stelios Fragkakis
2022-08-02Load host labels for archived hosts (#13464)Stelios Fragkakis
2022-08-01/api/v1/weights endpoint (#13449)Costa Tsaousis
2022-08-01rrdcontext support for hidden charts (#13466)Costa Tsaousis
2022-07-28Store host label information in the metadata database (#13441)Stelios Fragkakis
2022-07-28additional stats (#13445)Costa Tsaousis
2022-07-28Delete aclk_alert table on start streaming from seq 1 batch 1 (#13438)Emmanuel Vasilakis
2022-07-27Fix agent crash when archived host has not been registered to the cloud (#13437)Stelios Fragkakis
2022-07-26Tiering statistics API endpoint (#13420)Costa Tsaousis
2022-07-26Set value to SN_EMPTY_SLOT if flags is SN_EMPTY_SLOT (#13417)Emmanuel Vasilakis
2022-07-24Rrdcontext (#13335)Costa Tsaousis
2022-07-21Add missing comma (handle coverity warning CID 379360) (#13413)Stelios Fragkakis
2022-07-20Store host system information in the database (#13402)Stelios Fragkakis
2022-07-14Update docs on metric storage (#13327)Tasos Katsoulas
2022-07-11Detect stored metric size by page type (#13334)Stelios Fragkakis
2022-07-11Send node info message sooner (#13348)Emmanuel Vasilakis
2022-07-08fix crash on start on slow disks because ml is initialized before dbengine st...Costa Tsaousis
2022-07-08Fix coverity 379241 (#13336)Emmanuel Vasilakis
2022-07-08array allocator for dbengine page descriptors (#13312)Costa Tsaousis
2022-07-07UpdateNodeCollectors message (#13330)Emmanuel Vasilakis
2022-07-07Cid 379238 379238 (#13328)Stelios Fragkakis
2022-07-07Fix two helgrind reports (#13325)vkalintiris
2022-07-07Add hostname in the worker structure to avoid constant lookups (#13199)Stelios Fragkakis
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
2022-07-06Remove strftime from statements and use unixepoch instead (#13250)Stelios Fragkakis
2022-07-05Keep rc before freeing it during labels unlink alarms (#13305)Emmanuel Vasilakis
2022-07-05Null terminate string if file read was not successful (#13299)Stelios Fragkakis