From 09e89e937af3bcc5948b92c722c8da93970bd987 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Tue, 23 Oct 2018 00:38:04 +0300 Subject: modularize the query api (#4443) * modularized exporters * modularized API data queries * optimized queries * modularized API data reduction methods * modularized api queries * added new directories in makefiles * added median db query * moved all RRDR_GROUPING related to query.h * added stddev query * operational median and stddev * working simple exponential smoothing * too complex to do it right * fixed ses * fixed ses * rewrote query engine * fix double-exponential-smoothing * cleanup * fixed bug identified by @vlvkobal at rrdset_first_slot() * enable freeipmi on systems with libipmimonitoring; #4440 --- health/health_log.c | 1 - 1 file changed, 1 deletion(-) (limited to 'health/health_log.c') diff --git a/health/health_log.c b/health/health_log.c index e87a291324..dd51be2afa 100644 --- a/health/health_log.c +++ b/health/health_log.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-or-later -#define NETDATA_HEALTH_INTERNALS #include "health.h" // ---------------------------------------------------------------------------- -- cgit v1.2.3