summaryrefslogtreecommitdiffstats
path: root/database/rrddim.c
AgeCommit message (Expand)Author
2022-10-09full memory tracking and profiling of Netdata Agent (#13789)Costa Tsaousis
2022-10-05Allow netdata plugins to expose functions for querying more information about...Costa Tsaousis
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-24Faster streaming by 25% on the child (#13708)Costa Tsaousis
2022-09-19RRD structures managed by dictionaries (#13646)Costa Tsaousis
2022-09-07Obsolete RRDSET state (#13635)Costa Tsaousis
2022-09-06Faster rrdcontext (#13629)Costa Tsaousis
2022-09-05Deduplicate all netdata strings (#13570)Costa Tsaousis
2022-07-24Rrdcontext (#13335)Costa Tsaousis
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
2022-07-05Null terminate string if file read was not successful (#13299)Stelios Fragkakis
2022-06-28netdata doubles (#13217)Costa Tsaousis
2022-06-27Removes Legacy JSON Cloud Protocol Support In Agent (#13111)Timotej S
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-12Fix compilation warnings (#12886)Vladimir Kobal
2022-05-11Configurable storage engine for Netdata agents: step 2 (#12808)Adrien Béraud
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-04Optimize linking of foreach alarms to dimensions. (#12813)vkalintiris
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-04-28feat(dbengine): make dbengine page cache undumpable and dedupuble (#12765)Ilya Mashchenko
2022-04-01Fix memory leaks on Netdata exit (#12511)Vladimir Kobal
2022-03-31Initialize foreach alarms of dimensions in health thread. (#12452)vkalintiris
2022-03-28Skip `foreach` alarms for dimensions of anomaly rate chart. (#12441)vkalintiris
2022-03-08Adjust cloud dimension update frequency (#12284)Stelios Fragkakis
2022-02-24Track anomaly rates with DBEngine. (#12083)vkalintiris
2022-02-23Store dimension hidden option in the metadata db (#12196)Stelios Fragkakis
2022-02-22Remove chart specific configuration from netdata.conf except enabled (#12209)Stelios Fragkakis
2021-10-27Anomaly Detection MVP (#11548)vkalintiris
2021-10-22Reuse the SN_EXISTS bit to track anomaly status. (#11154)vkalintiris
2021-10-06Enable additional functionality for the new cloud architecture (#11579)Stelios Fragkakis
2021-06-01Store uuid_t metric_uuid in the dimension state structure instead of uuid_t *...Stelios Fragkakis
2021-04-14Spelling database (#10914)Josh Soref
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
2020-12-14Fix issue with chart metadata sent multiple times over ACLK (#10381)Stelios Fragkakis
2020-11-28Fix race condition in rrdset_first_entry_t() and rrdset_last_entry_t() (#10276)Markos Fountoulakis
2020-11-24Migrate metadata log to SQLite (#10139)Stelios Fragkakis
2020-09-11Fix memory mode none not dropping stale dimension data in general when stream...Markos Fountoulakis
2020-09-11Fix memory mode none not marking dimensions as obsolete. (#9912)Markos Fountoulakis
2020-08-20Added code to release memory used by the global GUID map (#9729)Stelios Fragkakis
2020-08-11Fixed issue with missing alarms (#9712)Stelios Fragkakis
2020-07-28Implemented multihost database (#9556)Stelios Fragkakis
2020-07-11Remove health from archived metrics (#9520)Markos Fountoulakis