aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-09-06 13:14:31 +0100
committerChristopher Baines <mail@cbaines.net>2020-09-06 13:14:31 +0100
commitc596a1c6a90bb2fe07da5339b8dc832b81d94194 (patch)
tree378673935280c9502c1b9bc886da1d0aacbca64b /Makefile.am
parenta0cd1097f9dfd78e7cf79325f81d3156e8cf48f3 (diff)
downloaddata-service-c596a1c6a90bb2fe07da5339b8dc832b81d94194.tar
data-service-c596a1c6a90bb2fe07da5339b8dc832b81d94194.tar.gz
Add a Prometheus metrics page, with some database metrics
The database size is growing, but it's hard to know what parts are growing the fastest. These metrics will hopefully help with understanding that.
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 1545dbb..ad5b26a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,6 +73,7 @@ SOURCES = \
guix-data-service/comparison.scm \
guix-data-service/config.scm \
guix-data-service/database.scm \
+ guix-data-service/metrics.scm \
guix-data-service/substitutes.scm \
guix-data-service/utils.scm \
guix-data-service/data-deletion.scm \