summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-09 20:50:03 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-09 20:50:03 +0300
commitd3679c1d71e256b152b1c17b21bd91ae19ce6451 (patch)
treefdd2f74b428d4462d8b727c58ff391ba3371de50 /CMakeLists.txt
parent66371f0d7b196680d5f6254536589327b43ce129 (diff)
prometheus support all data sources netdata supports for the other backends: as collected, average, sum. The prometheus metrics format differs between as collected and the other types so that average and sum fixe #1519
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f11487fe33..8e59e094d8 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -152,7 +152,7 @@ set(NETDATA_SOURCE_FILES
src/web_client.h
src/web_server.c
src/web_server.h
- src/locks.h src/statsd.c src/statsd.h src/statistical.c src/statistical.h)
+ src/locks.h src/statsd.c src/statsd.h src/statistical.c src/statistical.h src/backend_prometheus.c src/backend_prometheus.h)
set(APPS_PLUGIN_SOURCE_FILES
src/appconfig.c