summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2022-08-01 21:47:14 +0300
committerGitHub <noreply@github.com>2022-08-01 21:47:14 +0300
commitccf0f6b6f48f12a30c45dd31c2d4c279e660e304 (patch)
tree5f2ca726e2b30378c637d7652439688a0937ad08 /configure.ac
parent8db672d4e685d49853c61ae988d7b983ef1fa5d9 (diff)
/api/v1/weights endpoint (#13449)
* /api/v1/weights endpoints * high resolution anomaly rate in parallel with queries; points and options in /api/v1/weights reflect the truth * context printing * merged metric_correlations with weights API; added parameter tier to select the tier to run the query; weight api now returns points per tier; added swagger info about weights api * moved metric_correlations files to web/api/queries as weights * added contexts filtering; renamed correlated_dimensions; weights API is always enabled; code cleanup * allow returning zero results
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 377d08d6ab..9dbb6a7c1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1681,6 +1681,8 @@ AC_CONFIG_FILES([
database/Makefile
database/engine/Makefile
database/engine/metadata_log/Makefile
+ database/ram/Makefile
+ database/sqlite/Makefile
diagrams/Makefile
exporting/Makefile
exporting/graphite/Makefile