summaryrefslogtreecommitdiffstats
path: root/database/sqlite
AgeCommit message (Expand)Author
2022-10-09full memory tracking and profiling of Netdata Agent (#13789)Costa Tsaousis
2022-10-09Remove extern from function declared in headers. (#13790)vkalintiris
2022-10-05Allow netdata plugins to expose functions for querying more information about...Costa Tsaousis
2022-09-28Dont send NodeInfo during first database cleanup (#13740)Emmanuel Vasilakis
2022-09-28Change cast to remove coverity warnings (#13735)thiagoftsm
2022-09-27Remove Chart/Dim based communication (#13650)Timotej S
2022-09-26Fix warnings during compilation time on ARM (32 bits) (#13681)thiagoftsm
2022-09-26Do not try to start an archived host in dbengine if dbengine is not compiled ...Stelios Fragkakis
2022-09-21Store nulls instead of empty strings in health tables (#13683)Emmanuel Vasilakis
2022-09-19RRD structures managed by dictionaries (#13646)Costa Tsaousis
2022-09-14Add sqlite page cache hit and miss statistics (#13665)Stelios Fragkakis
2022-09-07Obsolete RRDSET state (#13635)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-18Schedule next rotation based on absolute time (#13531)Emmanuel Vasilakis
2022-08-12Print rrdcontexts versions with PRIu64 (#13511)Emmanuel Vasilakis
2022-08-06Add chart_context to alert snapshots (#13492)Emmanuel Vasilakis
2022-08-04Send chart context with alert events to the cloud (#13409)Emmanuel Vasilakis
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-02Load host labels for archived hosts (#13464)Stelios Fragkakis
2022-07-28Store host label information in the metadata database (#13441)Stelios Fragkakis
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-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-11Send node info message sooner (#13348)Emmanuel Vasilakis
2022-07-08Fix coverity 379241 (#13336)Emmanuel Vasilakis
2022-07-07UpdateNodeCollectors message (#13330)Emmanuel Vasilakis
2022-07-07Cid 379238 379238 (#13328)Stelios Fragkakis
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-04Migrate data when machine GUID changes (#13232)Stelios Fragkakis
2022-06-28Updates the sqlite version in the agent (#13233)Stelios Fragkakis
2022-06-28netdata doubles (#13217)Costa Tsaousis
2022-06-27Removes Legacy JSON Cloud Protocol Support In Agent (#13111)Timotej S
2022-06-22Clean sqlite prepared statements on thread shutdown (#13193)Stelios Fragkakis
2022-06-22Allow for an easy way to do metadata migrations (#13196)Stelios Fragkakis
2022-06-17Revert "Configurable storage engine for Netdata agents: step 3 (#12892)" (#13...vkalintiris
2022-06-16Configurable storage engine for Netdata agents: step 3 (#12892)Adrien BĂ©raud
2022-06-13Labels with dictionary (#13070)Costa Tsaousis
2022-06-03Fix locking access to chart labels (#13064)Stelios Fragkakis
2022-06-01Schedule retention message calculation to a worker thread (#13039)Stelios Fragkakis
2022-05-31Fix the retry count and netdata_exit check when running an sqlite3_step comma...Stelios Fragkakis
2022-05-31When sending a dimension for the first time, make sure there is a non zero cr...Stelios Fragkakis