aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-26 07:36:33 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-26 07:36:33 +0100
commiteefd2e612bb4e182d4d5c623f9fd07028dc93c85 (patch)
tree99792e1346f6fd698694d0d51fdc86da7a5073e8 /guix-build-coordinator/datastore.scm
parentcea8a56d7ba909a6b15f2a8de3f80e5eb66575d0 (diff)
downloadbuild-coordinator-eefd2e612bb4e182d4d5c623f9fd07028dc93c85.tar
build-coordinator-eefd2e612bb4e182d4d5c623f9fd07028dc93c85.tar.gz
Add datastore functions to get metrics
Diffstat (limited to 'guix-build-coordinator/datastore.scm')
-rw-r--r--guix-build-coordinator/datastore.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/guix-build-coordinator/datastore.scm b/guix-build-coordinator/datastore.scm
index 7fc16df..389bc7c 100644
--- a/guix-build-coordinator/datastore.scm
+++ b/guix-build-coordinator/datastore.scm
@@ -13,7 +13,9 @@
(re-export datastore-new-agent)
(re-export datastore-list-agents)
(re-export datastore-find-agent)
+(re-export datastore-count-build-results)
(re-export datastore-store-build-result)
+(re-export datastore-count-setup-failures)
(re-export datastore-fetch-setup-failures)
(re-export datastore-list-build-outputs)
(re-export datastore-list-related-derivations-with-no-build)
@@ -22,6 +24,7 @@
(re-export datastore-list-setup-failure-missing-inputs)
(re-export datastore-new-agent-password)
(re-export datastore-agent-password-exists?)
+(re-export datastore-count-builds)
(re-export datastore-find-build)
(re-export datastore-list-builds-for-derivation)
(re-export datastore-list-unprocessed-builds)
@@ -31,7 +34,9 @@
(re-export datastore-find-derivation-inputs)
(re-export datastore-list-builds-for-output)
(re-export datastore-agent-for-build)
+(re-export datastore-count-build-allocation-plan-entries)
(re-export datastore-replace-build-allocation-plan)
+(re-export datastore-count-allocated-builds)
(re-export datastore-allocate-builds-to-agent)
(re-export datastore-list-allocation-plan-builds)