summaryrefslogtreecommitdiffstats
path: root/database/rrdset.c
AgeCommit message (Expand)Author
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
2020-11-24Migrate metadata log to SQLite (#10139)Stelios Fragkakis
2020-11-12Disable chart obsoletion code for archived chart creation. (#10231)Markos Fountoulakis
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-07-28Implemented multihost database (#9556)Stelios Fragkakis
2020-07-17Implemented the HOST command in metadata log replay (#9489)Stelios Fragkakis
2020-07-14Fix transition from archived to active charts not generating alarms. (#9536)Markos Fountoulakis
2020-07-11Remove health from archived metrics (#9520)Markos Fountoulakis
2020-07-09Remove the ability to update the chart family on the fly. (#9509)Stelios Fragkakis
2020-07-08Fixed the check condition for chart name change (#9503)Stelios Fragkakis
2020-06-29Disallow dimensions or charts being obsoleted and archived simultaneously. (#...Markos Fountoulakis
2020-06-16Replace assert calls (#9349)Markos Fountoulakis
2020-06-15Fix coverity errors CID 359774 and CID 359773 (#9338)Markos Fountoulakis
2020-06-15Fixed compiler warnings (#9337)Stelios Fragkakis
2020-06-12Add support for persistent metadata (#9324)Stelios Fragkakis
2020-03-31Switching over to soft feature flag (#8545)Andrew Moss
2020-03-16Fix streaming scaling (#8375)Markos Fountoulakis
2020-02-24Merging the feature branch for the ACLK in the previous sprint. (#8179)Andrew Moss
2020-02-06ACLK agent 1 (#7894)Stelios Fragkakis
2020-01-09Send host labels via exporting connectors (#7554)Vladimir Kobal
2019-12-12Implement the main flow for the Exporting Engine (#7149)Vladimir Kobal
2019-10-30Fix counter reset detection (#7220)Markos Fountoulakis
2019-10-11Fix dbengine not working when mmap fails (#7065)Markos Fountoulakis
2019-09-18Change the log level for chart updates (#6887)Vladimir Kobal
2019-06-19Chart name streaming (#6304)Vladimir Kobal
2019-06-07Force page alignment per dimension of chart. (#6240)Markos Fountoulakis
2019-06-07Prometheus remote write backend (#6062)Vladimir Kobal
2019-06-04Fill chart gaps efficiently. (#6216)Markos Fountoulakis
2019-06-03Change print level from error to info (#6195)Markos Fountoulakis
2019-05-15Database engine (#5282)Markos Fountoulakis
2019-03-11Fix nonobsolete dimension deletion (#5563)Vladimir Kobal
2019-02-11Add message queue statistics (#5115)Vladimir Kobal
2018-11-04incremental overflows should not show zeros values (#4538)Costa Tsaousis
2018-10-30allow debugging memory per module (#4524)Costa Tsaousis