summaryrefslogtreecommitdiffstats
path: root/database
AgeCommit message (Expand)Author
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
2022-05-07speedup queries by providing optimization in the main loop (#12811)Costa Tsaousis
2022-05-06Set a page wait timeout to 1 second (#12836)Stelios Fragkakis
2022-05-05Reduce the number of messages logged to one that sums up the numbr of metrics...Stelios Fragkakis
2022-05-05Add chart filtering parameter to the allmetrics API query (#12820)Vladimir Kobal
2022-05-05Cleanup node instance (#12825)Stelios Fragkakis
2022-05-05Fill missing removed events after a crash (#12803)Emmanuel Vasilakis
2022-05-04Optimize linking of foreach alarms to dimensions. (#12813)vkalintiris
2022-05-04* Add a parameter for the libuv worker threads to pre-initialize (#12814)Stelios Fragkakis
2022-05-04Metric correlations (#12582)Emmanuel Vasilakis
2022-05-04fix!: do not replace a hyphen in the chart name with an underscore (#12812)Ilya Mashchenko
2022-05-03Improve agent cloud chart synchronization (#12655)Stelios Fragkakis
2022-05-03Remove per chart configuration. (#12728)vkalintiris
2022-05-03Skip dimension deletion on free (temp fix) (#12777)Stelios Fragkakis
2022-05-03Configurable storage engine for Netdata agents: step 1 (#12776)Adrien Béraud
2022-05-03Check for chart obsoletion on children re-connections (#12707)Emmanuel Vasilakis
2022-05-03One way allocator to double the speed of parallel context queries (#12787)Costa Tsaousis
2022-05-02Reduce alert events sent to the cloud. (#12544)Emmanuel Vasilakis
2022-05-02Avoid clearing already unset flags. (#12727)vkalintiris
2022-05-02Make atomics a hard-dep. (#12730)vkalintiris