From af46b8bcd3fa8df648b911c422512c41bfa2a4f6 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 4 May 2022 18:06:02 +0100 Subject: Update the nar_files_total metric when processing changes --- scripts/nar-herder.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index 95de7db..c572106 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -358,7 +358,8 @@ (and=> (assq-ref opts 'mirror) (lambda (mirror) - (start-fetch-changes-thread database mirror) + (start-fetch-changes-thread database mirror + metrics-registry) (when (assq-ref opts 'storage) (start-mirroring-thread database -- cgit v1.2.3