From 4078661e3342d7b311b2ec314f5323b6229c689c Mon Sep 17 00:00:00 2001 From: Emmanuel Vasilakis Date: Wed, 4 May 2022 13:59:58 +0300 Subject: Metric correlations (#12582) * initial attempt at metric correlations * fix loop * simplify struct * change json * get points from query * comment * dont lock the host as much * add a configuration option to enable/disable metric correlations * remove KSfbar from header file * lock charts * add timeout * cast multiplication * add licencing info * better licencing * use onewayalloc * destroy owa --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7eacb49d0e..6dc5f204c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -460,6 +460,10 @@ RRD_PLUGIN_FILES = \ database/sqlite/sqlite_aclk_alert.h \ database/sqlite/sqlite3.c \ database/sqlite/sqlite3.h \ + database/KolmogorovSmirnovDist.c \ + database/KolmogorovSmirnovDist.h \ + database/metric_correlations.c \ + database/metric_correlations.h \ $(NULL) if ENABLE_DBENGINE -- cgit v1.2.3