summaryrefslogtreecommitdiffstats
path: root/database/rrdhost.c
AgeCommit message (Expand)Author
2022-10-11minor - add host labels for ephemerality and nodes with unstable connections ...Timotej S
2022-10-10Use string_freez instead of freez in rrdhost_init_timezone (#13798)Emmanuel Vasilakis
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-10-03Fix streaming crash when child reconnects and is archived on the parent (#13754)Stelios Fragkakis
2022-09-19RRD structures managed by dictionaries (#13646)Costa Tsaousis
2022-09-08Improve agent shutdown time (#13649)Stelios Fragkakis
2022-09-07Fix a memory leak on archived host creation (#13641)Stelios Fragkakis
2022-09-07Obsolete RRDSET state (#13635)Costa Tsaousis
2022-09-05Deduplicate all netdata strings (#13570)Costa Tsaousis
2022-08-02Fix tests so that the actual metadata database is not accessed (#13439)Stelios Fragkakis
2022-08-02Remove the single threaded arrayallocator optiomization during agent startup ...Stelios Fragkakis
2022-07-28Store host label information in the metadata database (#13441)Stelios Fragkakis
2022-07-24Rrdcontext (#13335)Costa Tsaousis
2022-07-20Store host system information in the database (#13402)Stelios Fragkakis
2022-07-08fix crash on start on slow disks because ml is initialized before dbengine st...Costa Tsaousis
2022-07-08array allocator for dbengine page descriptors (#13312)Costa Tsaousis
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
2022-07-04Migrate data when machine GUID changes (#13232)Stelios Fragkakis
2022-06-28Delay health until obsoletions check is complete (#13239)Emmanuel Vasilakis
2022-06-28netdata doubles (#13217)Costa Tsaousis
2022-06-27Removes Legacy JSON Cloud Protocol Support In Agent (#13111)Timotej S
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-05-25Delay children chart obsoletion check (#12992)Emmanuel Vasilakis
2022-05-24Stream and advertise metric correlations to the cloud (#12940)Emmanuel Vasilakis
2022-05-20Apply some logic to possible streaming destinations (#12866)Emmanuel Vasilakis
2022-05-17Adjust the dimension liveness status check (#12933)Stelios Fragkakis
2022-05-10Initialize the metadata database when performing dbengine stress test (#12861)Stelios Fragkakis
2022-05-03Improve agent cloud chart synchronization (#12655)Stelios Fragkakis
2022-05-03Check for chart obsoletion on children re-connections (#12707)Emmanuel Vasilakis
2022-04-12Delete ML-related data of a host in the proper order. (#12672)vkalintiris
2022-04-06feat: add support for cloud providers info to /api/v1/info (#12613)Ilya Mashchenko
2022-04-01Fix issue with charts not properly synchronized with the cloud (#12451)Stelios Fragkakis
2022-03-16Fix os_name for older agent versions streaming to a parent (#12425)Stelios Fragkakis
2022-03-15Remove backends subsystem (#12146)Vladimir Kobal
2022-03-08Adjust cloud dimension update frequency (#12284)Stelios Fragkakis
2022-02-24Track anomaly rates with DBEngine. (#12083)vkalintiris
2022-02-23Improve cleaning up of orphan hosts (#12201)Stelios Fragkakis
2022-02-18adds install method to /api/v1/info as label (#12040)Timotej S
2022-01-19Handle re-claim while the agent is running in new architecture (#11924)Emmanuel Vasilakis
2022-01-19Add code for LZ4 streaming data compression (#11821)avstrakhov
2021-12-22Send ML feature information with UpdateNodeInfo. (#11913)vkalintiris
2021-11-26Add commands to check and fix database corruption (#11828)Stelios Fragkakis
2021-11-25Set NETDATA_CONTAINER_OS_DETECTION to system_info->container_os_detection (#1...Emmanuel Vasilakis
2021-11-16Fix typos (#11782)Dimitris Apostolou
2021-11-11Remove feature flag and commented out code (#11774)Stelios Fragkakis
2021-10-27Anomaly Detection MVP (#11548)vkalintiris
2021-10-19Add flag to mark containers as created from official images in analytics. (#1...Austin S. Hemmelgarn