summaryrefslogtreecommitdiffstats
path: root/database/rrdset.c
AgeCommit message (Expand)Author
2022-06-03Fix locking access to chart labels (#13064)Stelios Fragkakis
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-23modify code to resolve compile warning issue (#12969)kklionz
2022-05-17Adjust the dimension liveness status check (#12933)Stelios Fragkakis
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-02Avoid clearing already unset flags. (#12727)vkalintiris
2022-05-02Make atomics a hard-dep. (#12730)vkalintiris
2022-04-28feat(dbengine): make dbengine page cache undumpable and dedupuble (#12765)Ilya Mashchenko
2022-04-26chore: reduce logging in rrdset (#12739)Ilya Mashchenko
2022-04-20Remove commented code. (#12726)vkalintiris
2022-04-12Add a chart label filter parameter in context data queries (#12652)Stelios Fragkakis
2022-04-04chore: disable chart exists message (#12594)Ilya Mashchenko
2022-04-01Fix issue with charts not properly synchronized with the cloud (#12451)Stelios Fragkakis
2022-04-01Fix memory leaks on Netdata exit (#12511)Vladimir Kobal
2022-03-15Remove backends subsystem (#12146)Vladimir Kobal
2022-03-10Fix chart synchronization with the cloud #12356Stelios Fragkakis
2022-03-08Adjust cloud dimension update frequency (#12284)Stelios Fragkakis
2022-02-24Track anomaly rates with DBEngine. (#12083)vkalintiris
2022-02-22Remove chart specific configuration from netdata.conf except enabled (#12209)Stelios Fragkakis
2022-02-21Add serial numbers to chart names (#12067)Vladimir Kobal
2022-02-21Fix compilation warnings on macOS (#12082)Vladimir Kobal
2022-01-11Fix time_t format (#11897)Vladimir Kobal
2021-11-22Simple fix for the data API query (#11787)Vladimir Kobal
2021-11-11Skip sending hidden dimensions via ACLK (#11770)Stelios Fragkakis
2021-11-09Store and submit dimension delete messages for new cloud architecture (#11765)Stelios Fragkakis
2021-11-03Improve the ACLK sync process for the new cloud architecture (#11744)Stelios Fragkakis
2021-10-27Anomaly Detection MVP (#11548)vkalintiris
2021-10-22Reuse the SN_EXISTS bit to track anomaly status. (#11154)vkalintiris
2021-10-11Fix chart config overflow (#11645)Stelios Fragkakis
2021-10-06Enable additional functionality for the new cloud architecture (#11579)Stelios Fragkakis
2021-09-21Add chart message support for ACLK new architecture (#11447)Stelios Fragkakis
2021-07-19Move cleanup of obsolete charts to a separate thread (#11222)Vladimir Kobal
2021-06-14Allows ACLK NG and Legacy to coexist (#11225)Timotej S
2021-06-01Store uuid_t metric_uuid in the dimension state structure instead of uuid_t *...Stelios Fragkakis
2021-05-12Reduce the number of ACLK chart updates during chart obsoletion (#11133)Stelios Fragkakis
2021-04-21Backend chart filtering backward compatibility fix (#11002)Vladimir Kobal
2021-03-17Rename abs to ABS to avoid clash with standard definitions. Fixes #10353. (#1...Tomáš Kopal
2021-03-15Enable metadata persistence in all memory modes (#10742)Stelios Fragkakis
2021-03-10Rename struct avl to avl_element and the typedef to avl_t (#10735)vkalintiris
2021-03-09Update chart's metadata in database when it already exists during creation (#...Stelios Fragkakis
2021-03-09Add the ability to store chart labels in the database (#10718)Stelios Fragkakis
2021-01-19Remove unused entries from structures (#10519)Stelios Fragkakis
2021-01-14Support multiple chart label keys in data queries (#10483)Stelios Fragkakis
2021-01-13Fix heap-use-after-free due to the chart using netdata_config memory for some...Markos Fountoulakis
2020-12-14Fix issue with chart metadata sent multiple times over ACLK (#10381)Stelios Fragkakis
2020-12-14Kubernetes labels (#10107)Ilya Mashchenko
2020-11-26ACLK Child Availability Messages (#9918)Timotej S