From 6d65b7fb9242eb827d5d4036f0fa8816430eb364 Mon Sep 17 00:00:00 2001 From: Heikki Kallasjoki Date: Sun, 23 Dec 2018 00:06:59 +0000 Subject: Move the collector loop into scrape server code. This paves the way for supporting parallel scrapes (#19); the implementation for that is going to need to track the state of the current scrape. --- cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu.c') diff --git a/cpu.c b/cpu.c index f8bc030..34942dd 100644 --- a/cpu.c +++ b/cpu.c @@ -19,7 +19,7 @@ #include #include -#include "collector.h" +#include "scrape.h" #include "util.h" // limits for CPU numbers -- cgit 1.4.1