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 --- collectors/cgroups.plugin/cgroup-network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collectors/cgroups.plugin') diff --git a/collectors/cgroups.plugin/cgroup-network.c b/collectors/cgroups.plugin/cgroup-network.c index 7fa7ee9608..0cf2a2633b 100644 --- a/collectors/cgroups.plugin/cgroup-network.c +++ b/collectors/cgroups.plugin/cgroup-network.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-3.0-or-later -#include "../../daemon/common.h" +#include "libnetdata/libnetdata.h" #ifdef HAVE_SETNS #ifndef _GNU_SOURCE -- cgit v1.2.3