aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-26 07:36:48 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-26 07:36:48 +0100
commite44f7a520e136733738dbebe6e3055e44bb46e7d (patch)
treea5af74d9f3ce49947a226819b5ac7066f742aca7 /Makefile.am
parenteefd2e612bb4e182d4d5c623f9fd07028dc93c85 (diff)
downloadbuild-coordinator-e44f7a520e136733738dbebe6e3055e44bb46e7d.tar
build-coordinator-e44f7a520e136733738dbebe6e3055e44bb46e7d.tar.gz
Add a new metrics module
To produce Prometheus style metrics for the counts of various things.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9b7be08..747c597 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,4 +16,5 @@ SOURCES = \
guix-build-coordinator/datastore/postgresql.scm \
guix-build-coordinator/datastore/sqlite.scm \
guix-build-coordinator/hooks.scm \
+ guix-build-coordinator/metrics.scm \
guix-build-coordinator/utils.scm