summaryrefslogtreecommitdiffstats
path: root/database
AgeCommit message (Expand)Author
2022-06-28Updates the sqlite version in the agent (#13233)Stelios Fragkakis
2022-06-28Delay health until obsoletions check is complete (#13239)Emmanuel Vasilakis
2022-06-28Dictionaries with reference counters and full deletion support during travers...Costa Tsaousis
2022-06-28netdata doubles (#13217)Costa Tsaousis
2022-06-27Removes Legacy JSON Cloud Protocol Support In Agent (#13111)Timotej S
2022-06-23Add configuration for dbengine page fetch timeout and retry count (#13194)Stelios Fragkakis
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-22Query Engine multi-granularity support (and MC improvements) (#13155)Costa Tsaousis
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-16Fix labels unit test (#13156)Stelios Fragkakis
2022-06-16Remove pinned page reference (#13108)Stelios Fragkakis
2022-06-15Add an option to use malloc for page cache instead of mmap (#13142)Stelios Fragkakis
2022-06-15use ks2 as MC default (#13131)Andrew Maguire
2022-06-14allow label names to have slashes (#13125)Costa Tsaousis
2022-06-14fixed coveriry 379136 379135 379134 379133 (#13123)Costa Tsaousis
2022-06-1373x times faster metrics correlations at the agent (#13107)Costa Tsaousis
2022-06-13Labels with dictionary (#13070)Costa Tsaousis
2022-06-03Fix locking access to chart labels (#13064)Stelios Fragkakis
2022-06-02Check for host labels when linking alerts for children (#13053)Emmanuel Vasilakis
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
2022-05-30Check return value and log an error on failure (#13037)Stelios Fragkakis
2022-05-30Trigger queue removed alerts on health log exchange with cloud (#12954)Emmanuel Vasilakis
2022-05-25Delay children chart obsoletion check (#12992)Emmanuel Vasilakis
2022-05-24Don't expose the chart definition to streaming if there is no metadata change...Stelios Fragkakis
2022-05-24Stream and advertise metric correlations to the cloud (#12940)Emmanuel Vasilakis
2022-05-24Faster queries (#12988)Costa Tsaousis
2022-05-23modify code to resolve compile warning issue (#12969)kklionz
2022-05-20cleanup and optimize rrdeng_load_metric_next() (#12966)Costa Tsaousis
2022-05-20Apply some logic to possible streaming destinations (#12866)Emmanuel Vasilakis
2022-05-19Cleanup chart hash and map tables on startup (#12956)Stelios Fragkakis
2022-05-18Defer the dimension payload check to the ACLK sync thread (#12951)Stelios Fragkakis
2022-05-18Optimize the dimensions option store to the metadata database (#12952)Stelios Fragkakis
2022-05-17Adjust the dimension liveness status check (#12933)Stelios Fragkakis
2022-05-16chore: add links to SQLite init options in the src code (#12920)Ilya Mashchenko
2022-05-16user configurable sqlite PRAGMAs (#12917)Costa Tsaousis
2022-05-16Fix the log entry for incoming cloud start streaming commands (#12908)Stelios Fragkakis
2022-05-14Fix release channel in the node info message (#12905)Stelios Fragkakis
2022-05-13Implements new capability fields in aclk_schemas (#12602)Timotej S
2022-05-12Pause alert pushes to the cloud (#12852)Emmanuel Vasilakis
2022-05-12Fix compilation warnings (#12886)Vladimir Kobal
2022-05-11Configurable storage engine for Netdata agents: step 2 (#12808)Adrien Béraud
2022-05-10Initialize the metadata database when performing dbengine stress test (#12861)Stelios Fragkakis
2022-05-09Add a database checkpoint command (#12859)Stelios Fragkakis
2022-05-09Workers utilization charts (#12807)Costa Tsaousis
2022-05-09Resolve coverity issues (#12846)Stelios Fragkakis
2022-05-07fix memory leaks and mismatches of the use of the z functions for allocations...Costa Tsaousis