aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-09-14 17:04:07 +0100
committerChristopher Baines <mail@cbaines.net>2022-09-14 17:04:07 +0100
commit63419878aa327dbbf34e317797f8b61695a77ff9 (patch)
tree8ee0a763fbeee34aee7bffb914af7559717eef14 /scripts
parentf31ca1a4a8ecba40435d4d6377c686e69c5b8cf2 (diff)
downloadqa-frontpage-63419878aa327dbbf34e317797f8b61695a77ff9.tar
qa-frontpage-63419878aa327dbbf34e317797f8b61695a77ff9.tar.gz
Expose prometheus metrics
Diffstat (limited to 'scripts')
-rw-r--r--scripts/guix-qa-frontpage.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/guix-qa-frontpage.in b/scripts/guix-qa-frontpage.in
index 3a8451d..2d991c7 100644
--- a/scripts/guix-qa-frontpage.in
+++ b/scripts/guix-qa-frontpage.in
@@ -133,4 +133,5 @@
(assq-ref opts 'port)
(assq-ref opts 'host)
(assq-ref opts 'assets-directory)
- database)))
+ database
+ metrics-registry)))