0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-16 10:31:07 +00:00
netdata_netdata/libnetdata
vkalintiris e91d1110e5
Do not use dbengine headers when dbengine is disabled. ()
Prior to this commit both daemon/commands.c and spawn/spawn.c used to
include database/engine/rrdenginelib.h, ie. a header file that is available
only when enabling the dbengine feature.
2022-01-18 10:30:36 +02:00
..
adaptive_resortable_list Docs housekeeping for SEO and syntax, part 1 () 2021-01-07 11:44:43 -07:00
avl Rename struct avl to avl_element and the typedef to avl_t () 2021-03-10 10:37:47 +02:00
buffer Docs housekeeping for SEO and syntax, part 1 () 2021-01-07 11:44:43 -07:00
circular_buffer Docs housekeeping for SEO and syntax, part 1 () 2021-01-07 11:44:43 -07:00
clocks Spelling libnetdata () 2021-04-14 12:27:54 +03:00
completion Do not use dbengine headers when dbengine is disabled. () 2022-01-18 10:30:36 +02:00
config Anomaly Detection MVP () 2021-10-27 09:26:21 +03:00
dictionary Rename struct avl to avl_element and the typedef to avl_t () 2021-03-10 10:37:47 +02:00
ebpf Fix cachestat on kernel 5.15.x (eBPF) () 2022-01-10 13:11:59 +00:00
eval Rename abs to ABS to avoid clash with standard definitions. Fixes . () 2021-03-17 12:18:33 +02:00
health Spelling libnetdata () 2021-04-14 12:27:54 +03:00
json Fix typos () 2021-11-16 10:18:43 +03:00
locks Fix broken links in docs and add collectors to list () 2021-02-19 07:38:16 -07:00
log Fix time_t format () 2022-01-11 13:12:09 +02:00
popen Remove error message on netdata restart () 2021-04-15 18:13:50 +03:00
procfile Fix typos () 2021-11-16 10:18:43 +03:00
simple_pattern Support multiple chart label keys in data queries () 2021-01-14 18:50:33 +02:00
socket Add SSL_MODE_ENABLE_PARTIAL_WRITE to netdata_srv_ctx () 2021-11-08 10:17:28 +02:00
statistical Fix broken links in docs and add collectors to list () 2021-02-19 07:38:16 -07:00
storage_number Reuse the SN_EXISTS bit to track anomaly status. () 2021-10-22 17:35:48 +03:00
string Utf8 Badge Fix And URL Parser International Support (initial) () 2019-07-24 14:32:08 +02:00
tests Rename abs to ABS to avoid clash with standard definitions. Fixes . () 2021-03-17 12:18:33 +02:00
threads Fix broken links in docs and add collectors to list () 2021-02-19 07:38:16 -07:00
url Spelling libnetdata () 2021-04-14 12:27:54 +03:00
inlined.h Send host labels via exporting connectors () 2020-01-09 12:51:41 +02:00
libnetdata.c Provide new attributes in health conf files () 2021-04-20 16:24:41 +03:00
libnetdata.h Do not use dbengine headers when dbengine is disabled. () 2022-01-18 10:30:36 +02:00
Makefile.am Do not use dbengine headers when dbengine is disabled. () 2022-01-18 10:30:36 +02:00
os.c File descr alarm v01 () 2020-12-03 17:33:04 +02:00
os.h modularized all source code () 2018-10-15 23:16:42 +03:00
README.md Docs housekeeping for SEO and syntax, part 1 () 2021-01-07 11:44:43 -07:00
required_dummies.h Add CMocka unit tests () 2019-10-15 15:15:40 +03:00

libnetdata

libnetdata is a collection of library code that is used by all Netdata C programs.

analytics