diff options
author | Christopher Baines <mail@cbaines.net> | 2022-05-04 18:02:36 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-05-04 18:02:36 +0100 |
commit | 0b642994e766a638ab5136113c32f0bddbdb4773 (patch) | |
tree | 9f2cc59005a59ac710aaa057aac28e51582a3368 /scripts | |
parent | 4d9f6240f25c54dd3cca2873de2f75446412ed8f (diff) | |
download | nar-herder-0b642994e766a638ab5136113c32f0bddbdb4773.tar nar-herder-0b642994e766a638ab5136113c32f0bddbdb4773.tar.gz |
Expose the nar files stats via a new nar_files_total metric
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nar-herder.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index 2d5289b..655a1a9 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -373,6 +373,7 @@ (start-nar-removal-thread database canonical-storage (assq-ref opts 'storage-limit) + metrics-registry (filter-map (match-lambda ((key . val) |