From 7c582f187aff9ba9f491b8a2961211a6cc3d6f78 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 4 May 2022 18:30:02 +0100 Subject: Initialise the nar_files_total metric when fetching changes --- scripts/nar-herder.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index e6f4a0b..165c0e4 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -359,7 +359,9 @@ (and=> (assq-ref opts 'mirror) (lambda (mirror) - (start-fetch-changes-thread database mirror + (start-fetch-changes-thread database + canonical-storage + mirror metrics-registry) (when (assq-ref opts 'storage) -- cgit v1.2.3